Skip to content

Commit f089cec

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/drivers/dingux-sdl/dingoo.cpp

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

322322
/* Perform Instant Play save and shutdown */
323323
execlp(SHELL_CMD_INSTANT_PLAY, SHELL_CMD_INSTANT_PLAY,
324-
prog_name, "--loadStateFile", quick_save_file, mRomName, NULL);
324+
"save", prog_name, "--loadStateFile", quick_save_file, mRomName, NULL);
325325

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

0 commit comments

Comments
 (0)