all repos — mgba @ 0d4f119ecd72fb94e2c3593a1a23d3df6fde2f3c

mGBA Game Boy Advance Emulator

GUI: Fix build
Jeffrey Pfau jeffrey@endrift.com
Sun, 18 Sep 2016 00:18:54 -0700
commit

0d4f119ecd72fb94e2c3593a1a23d3df6fde2f3c

parent

e2807b39158b867d1226b211dc592d5d9a24dbba

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/feature/gui/gui-runner.csrc/feature/gui/gui-runner.c

@@ -424,7 +424,7 @@ case RUNNER_RESET:

runner->core->reset(runner->core); break; case RUNNER_SAVE_STATE: - mCoreSaveState(runner->core, ((int) item->data) >> 16, SAVESTATE_SCREENSHOT | SAVESTATE_SAVEGAME); + mCoreSaveState(runner->core, ((int) item->data) >> 16, SAVESTATE_SCREENSHOT | SAVESTATE_SAVEDATA); break; case RUNNER_LOAD_STATE: mCoreLoadState(runner->core, ((int) item->data) >> 16, SAVESTATE_SCREENSHOT);