diff options
author | Nebuleon <nebuleon@alakazam> | 2013-10-25 04:48:49 +0000 |
---|---|---|
committer | Nebuleon <nebuleon@alakazam> | 2013-10-25 04:48:49 +0000 |
commit | 7c05f38e842e42551f69a7633e7f918cfddaf28a (patch) | |
tree | eff5014550ad456c8e1dfe201c1f21418c7176f5 | |
parent | 9ab2f60917ca520f8687e4f5972ba31ff4ba1dcc (diff) | |
download | ReGBA-7c05f38e842e42551f69a7633e7f918cfddaf28a.zip ReGBA-7c05f38e842e42551f69a7633e7f918cfddaf28a.tar.gz ReGBA-7c05f38e842e42551f69a7633e7f918cfddaf28a.tar.bz2 |
OpenDingux: Do not close the Saved States menu if reading a state fails.
-rw-r--r-- | source/opendingux/gui.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/opendingux/gui.c b/source/opendingux/gui.c index 06fe475..0f097c6 100644 --- a/source/opendingux/gui.c +++ b/source/opendingux/gui.c @@ -898,7 +898,6 @@ static void ActionSavedStateRead(struct Menu** ActiveMenu, uint32_t* ActiveMenuE ShowErrorScreen("Reading saved state #%" PRIu32 " failed:\nFile format invalid", SelectedState + 1); break; } - *ActiveMenu = NULL; } static void ActionSavedStateWrite(struct Menu** ActiveMenu, uint32_t* ActiveMenuEntryIndex) |