Skip to content

Commit

Permalink
Fix loading a save reloaded the config
Browse files Browse the repository at this point in the history
Now built with latest gint

Signed-off-by: djpadbit <[email protected]>
  • Loading branch information
djpadbit committed Sep 22, 2020
1 parent fc2b61e commit 9177627
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified fxgnuboy.g1a
Binary file not shown.
1 change: 1 addition & 0 deletions gnuboy-fx/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ void menu_saves()
break;
}
BFile_Close(fd);
config_update_loaded(); // Config gets reloaded so save it beforehand
startEmuHook(); // To set the dirty flag on all the things so it clears all the caches
}
break;
Expand Down

0 comments on commit 9177627

Please sign in to comment.