Skip to content

Commit a0d8d26

Browse files
committed
instant_play save/load
Signed-off-by: Vincent-FK <[email protected]>
1 parent 7189485 commit a0d8d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void quick_save_and_poweroff()
7373

7474
/* Perform Instant Play save and shutdown */
7575
execlp(SHELL_CMD_INSTANT_PLAY, SHELL_CMD_INSTANT_PLAY,
76-
prog_name, "--loadStateFile", quick_save_file, mRomName, NULL);
76+
"save", prog_name, "--loadStateFile", quick_save_file, mRomName, NULL);
7777

7878
/* Should not be reached */
7979
printf("Failed to perform Instant Play save and shutdown\n");

0 commit comments

Comments
 (0)