gtk: don't show state slot changes on the game screen if they are done using the menu (as opposed to using a hotkey)
This commit is contained in:
parent
eb0c8e6175
commit
3dbcd76aa9
|
@ -1688,7 +1688,7 @@ void quickSave()
|
|||
|
||||
void changeState(GtkAction *action, GtkRadioAction *current, gpointer data)
|
||||
{
|
||||
FCEUI_SelectState(gtk_radio_action_get_current_value(current), 1);
|
||||
FCEUI_SelectState(gtk_radio_action_get_current_value(current), 0);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue