mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-19 21:03:42 -07:00
better conditions
This commit is contained in:
parent
55fa1996ba
commit
b38e0a6b15
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue