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
commit 6421cf1fa0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)