Removed d-pad support for pause in preset (#1592)
This commit is contained in:
@@ -315,8 +315,6 @@ namespace GameMenuBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void applyEnhancementPresetVanillaPlus(void) {
|
void applyEnhancementPresetVanillaPlus(void) {
|
||||||
// D-pad Support on Pause
|
|
||||||
CVar_SetS32("gDpadPause", 1);
|
|
||||||
// D-pad Support in text and file select
|
// D-pad Support in text and file select
|
||||||
CVar_SetS32("gDpadText", 1);
|
CVar_SetS32("gDpadText", 1);
|
||||||
// Play Ocarina with D-pad
|
// Play Ocarina with D-pad
|
||||||
|
|||||||
Reference in New Issue
Block a user