From c6a55f148d14a019dd618b11fe846897ffb3f6a5 Mon Sep 17 00:00:00 2001 From: Baoulettes Date: Fri, 20 May 2022 19:40:32 +0200 Subject: [PATCH] Update SohImGuiImpl.cpp --- libultraship/libultraship/SohImGuiImpl.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libultraship/libultraship/SohImGuiImpl.cpp b/libultraship/libultraship/SohImGuiImpl.cpp index d17d6ccee..8e0e9b905 100644 --- a/libultraship/libultraship/SohImGuiImpl.cpp +++ b/libultraship/libultraship/SohImGuiImpl.cpp @@ -701,6 +701,8 @@ namespace SohImGui { { EnhancementCheckbox("Fix L&R Pause menu", "gUniformLR"); Tooltip("Makes the L and R buttons in the pause menu the same color"); + EnhancementCheckbox("Fix L&Z Page switch in Pause menu", "gNGCKaleidoSwitcher"); + Tooltip("Enabling it make L and R be your page switch like on Gamecube\nZ become the button to open Debug Menu"); EnhancementCheckbox("Fix Dungeon entrances", "gFixDungeonMinimapIcon"); Tooltip("Show dungeon entrances icon only when it should be"); EnhancementCheckbox("Fix Two Handed idle animations", "gTwoHandedIdle");