Skip to content

Commit d535dff

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/main.cpp

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

13041304
/* Perform Instant Play save and shutdown */
13051305
execlp(SHELL_CMD_INSTANT_PLAY, SHELL_CMD_INSTANT_PLAY,
1306-
prog_name, "-fs", "1", "--loadStateFile", quick_save_file, mRomName, NULL);
1306+
"save", prog_name, "-fs", "1", "--loadStateFile", quick_save_file, mRomName, NULL);
13071307

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

0 commit comments

Comments
 (0)