better conditions

This commit is contained in:
Baoulettes 2022-05-20 19:49:14 +02:00 committed by louist103
parent 55fa1996ba
commit b38e0a6b15
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ void KaleidoScope_SwitchPage(PauseContext* pauseCtx, u8 pt) {
void KaleidoScope_HandlePageToggles(PauseContext* pauseCtx, Input* input) {
s16 Debug_BTN = BTN_L;
s16 PageLeft_BTN = BTN_Z;
if (CVar_GetS32("gNGCKaleidoSwitcher", 0) != 1) {
if (CVar_GetS32("gNGCKaleidoSwitcher", 0) != 0) {
Debug_BTN = BTN_Z;
PageLeft_BTN = BTN_L;
}