From 6421cf1fa0b3982ca690d0a4996e7145c9a978ad Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Sun, 17 Apr 2022 21:09:51 +0200 Subject: [PATCH] Added bool in bootcommands By default it is on. --- soh/soh/Enhancements/bootcommands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/Enhancements/bootcommands.c b/soh/soh/Enhancements/bootcommands.c index 685593179..747b5cc15 100644 --- a/soh/soh/Enhancements/bootcommands.c +++ b/soh/soh/Enhancements/bootcommands.c @@ -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)