Added bool in bootcommands

By default it is on.
This commit is contained in:
Baoulettes 2022-04-17 21:09:51 +02:00 committed by GitHub
parent 5a9d440cee
commit 6421cf1fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ void BootCommands_Init()
CVar_RegisterS32("gDebugEnabled", 0);
CVar_RegisterS32("gPauseLiveLink", 0);
CVar_RegisterS32("gMinimalUI", 0);
CVar_RegisterS32("gUniformLR", 1);
}
//void BootCommands_ParseBootArgs(char* str)