From 7758749770985cfe2a3f466922125599fa3b074f Mon Sep 17 00:00:00 2001 From: aMannus Date: Mon, 26 Sep 2022 08:45:59 +0200 Subject: [PATCH] Removed d-pad support for pause in preset (#1592) --- soh/soh/GameMenuBar.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/soh/soh/GameMenuBar.cpp b/soh/soh/GameMenuBar.cpp index e706ebfd4..389fac91e 100644 --- a/soh/soh/GameMenuBar.cpp +++ b/soh/soh/GameMenuBar.cpp @@ -315,8 +315,6 @@ namespace GameMenuBar { } void applyEnhancementPresetVanillaPlus(void) { - // D-pad Support on Pause - CVar_SetS32("gDpadPause", 1); // D-pad Support in text and file select CVar_SetS32("gDpadText", 1); // Play Ocarina with D-pad