diff --git a/platform/common/emu.c b/platform/common/emu.c index e187861c..c5fa2030 100644 --- a/platform/common/emu.c +++ b/platform/common/emu.c @@ -1550,7 +1550,7 @@ void quick_save_and_poweroff() /* Perform Instant Play save and shutdown */ execlp(SHELL_CMD_INSTANT_PLAY, SHELL_CMD_INSTANT_PLAY, - prog_name, "-loadStateFile", quick_save_file, mRomName, NULL); + "save", prog_name, "-loadStateFile", quick_save_file, mRomName, NULL); /* Should not be reached */ printf("Failed to perform Instant Play save and shutdown\n");