Looks this modulo in savestate labels is a leftover.

This commit is contained in:
riccardom 2009-04-25 10:26:17 +00:00
parent 94c9f45b88
commit 4c446543b4
1 changed files with 1 additions and 1 deletions

View File

@ -1370,7 +1370,7 @@ static void desmume_gtk_menu_file_saveload_slot (GtkActionGroup *ag)
GtkAction *act;
char label[64], name[64];
snprintf(label, 60, "_%d", i % 10);
snprintf(label, 60, "_%d", i);
snprintf(name, 60, "savestate%d", i);
act = gtk_action_new(name, label, NULL, NULL);