instant_play save/load

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK
2021-05-09 22:49:25 +02:00
parent 378ee36e8e
commit 6b6542a664

View File

@@ -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");