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:
plombo 2011-03-29 23:52:06 +00:00
parent eb0c8e6175
commit 3dbcd76aa9
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}