mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(console): hardware detection et cetera
This commit is contained in:
parent
97bbe2ea66
commit
31f215ea14
118 changed files with 4059 additions and 1931 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#include "console/Command.hpp"
|
||||
#include "console/command/Commands.hpp"
|
||||
#include "util/Unimplemented.hpp"
|
||||
|
||||
int32_t ConsoleCommand_BufferSize(const char* command, const char* arguments) {
|
||||
// TODO
|
||||
return 1;
|
||||
DECLARE_COMMAND(BufferSize) {
|
||||
WHOA_UNIMPLEMENTED(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue