better conditions
This commit is contained in:
@@ -932,7 +932,7 @@ void KaleidoScope_SwitchPage(PauseContext* pauseCtx, u8 pt) {
|
|||||||
void KaleidoScope_HandlePageToggles(PauseContext* pauseCtx, Input* input) {
|
void KaleidoScope_HandlePageToggles(PauseContext* pauseCtx, Input* input) {
|
||||||
s16 Debug_BTN = BTN_L;
|
s16 Debug_BTN = BTN_L;
|
||||||
s16 PageLeft_BTN = BTN_Z;
|
s16 PageLeft_BTN = BTN_Z;
|
||||||
if (CVar_GetS32("gNGCKaleidoSwitcher", 0) != 1) {
|
if (CVar_GetS32("gNGCKaleidoSwitcher", 0) != 0) {
|
||||||
Debug_BTN = BTN_Z;
|
Debug_BTN = BTN_Z;
|
||||||
PageLeft_BTN = BTN_L;
|
PageLeft_BTN = BTN_L;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user