mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-27 21:14:21 +01:00
save menu settings
This commit is contained in:
parent
d1fc2d085a
commit
f3e034f8a0
@ -563,8 +563,8 @@ void NGCReportButtons ()
|
|||||||
int i, j;
|
int i, j;
|
||||||
|
|
||||||
Settings.TurboMode = (
|
Settings.TurboMode = (
|
||||||
(userInput[0].pad.substickX > 70) ||
|
userInput[0].pad.substickX > 70 ||
|
||||||
(userInput[0].WPAD_Stick(1,0) > 70)
|
userInput[0].WPAD_Stick(1,0) > 70
|
||||||
); // RIGHT on c-stick and on classic controller right joystick
|
); // RIGHT on c-stick and on classic controller right joystick
|
||||||
|
|
||||||
/* Check for menu:
|
/* Check for menu:
|
||||||
|
@ -1912,6 +1912,9 @@ static int MenuGameSettings()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(menu == MENU_GAME || menu == MENU_EXIT)
|
||||||
|
SavePrefs(NOTSILENT);
|
||||||
|
|
||||||
HaltGui();
|
HaltGui();
|
||||||
mainWindow->Remove(&w);
|
mainWindow->Remove(&w);
|
||||||
return menu;
|
return menu;
|
||||||
|
Loading…
Reference in New Issue
Block a user