mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-09-16 12:22:16 +02:00
instant_play save/load
Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user