Skip to content

Commit

Permalink
instant_play save/load
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent-FK <[email protected]>
  • Loading branch information
Vincent-FK committed May 9, 2021
1 parent fd94902 commit a2f9326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void quick_save_and_poweroff()

/* Perform Instant Play save and shutdown */
execlp(SHELL_CMD_INSTANT_PLAY, SHELL_CMD_INSTANT_PLAY,
prog_name, "-cdfile", cdfile, "-loadf", quick_save_file, NULL);
"save", prog_name, "-cdfile", cdfile, "-loadf", quick_save_file, NULL);

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

0 comments on commit a2f9326

Please sign in to comment.