From 9bb913f5501bfc4f2e5df88f78352f7815d23e9d Mon Sep 17 00:00:00 2001 From: Ryan Conrad Date: Wed, 13 Apr 2022 21:44:45 -0500 Subject: [PATCH] Register feature control variable --- 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 6901c4644..cc06ff659 100644 --- a/soh/soh/Enhancements/bootcommands.c +++ b/soh/soh/Enhancements/bootcommands.c @@ -24,6 +24,7 @@ void BootCommands_Init() CVar_RegisterS32("gDisableLOD", 0); CVar_RegisterS32("gDebugEnabled", 0); CVar_RegisterS32("gPauseLiveLink", 0); + CVar_RegisterS32("gDPadLook", 0); } //void BootCommands_ParseBootArgs(char* str)