mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
feat(console): implement RegisterGxCVars
This commit is contained in:
parent
841cc1a476
commit
758099c076
5 changed files with 157 additions and 82 deletions
3
src/gx/CGxFormat.cpp
Normal file
3
src/gx/CGxFormat.cpp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#include "gx/CGxFormat.hpp"
|
||||
|
||||
const char* CGxFormat::formatToColorBitsString[Formats_Last] = { "16", "24", "24", "30", "16", "24", "24", "32" };
|
||||
|
|
@ -19,6 +19,8 @@ class CGxFormat {
|
|||
Formats_Last = 8
|
||||
};
|
||||
|
||||
static const char* formatToColorBitsString[Formats_Last];
|
||||
|
||||
// Member variables
|
||||
bool hwTnL;
|
||||
bool hwCursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue