Skip to content

Commit 5eb2635

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu/main.cpp

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

623623
/* Perform Instant Play save and shutdown */
624624
execlp(SHELL_CMD_INSTANT_PLAY, SHELL_CMD_INSTANT_PLAY,
625-
prog_name, "-loadStateFile", quick_save_file, mRomName, NULL);
625+
"save", prog_name, "-loadStateFile", quick_save_file, mRomName, NULL);
626626

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

0 commit comments

Comments
 (0)