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