register boolean for colors radiobox

This commit is contained in:
Baoulettes 2022-04-23 05:01:06 +02:00 committed by GitHub
parent 12a4b98acf
commit 1b45903802
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ void BootCommands_Init()
CVar_RegisterS32("gPauseLiveLink", 0);
CVar_RegisterS32("gMinimalUI", 0);
CVar_RegisterS32("gVisualAgony", 0);
CVar_RegisterS32("gN64Colors", 1);
CVar_RegisterS32("gGameCubeColors", 0);
CVar_RegisterS32("gCustomColors", 0);
}
//void BootCommands_ParseBootArgs(char* str)