浏览代码

instant_play save/load

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
Michel-FK 3 年之前
父节点
当前提交
6b6542a664
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      platform/common/emu.c

+ 1 - 1
platform/common/emu.c

@@ -1550,7 +1550,7 @@ void quick_save_and_poweroff()
 
     /* Perform Instant Play save and shutdown */
     execlp(SHELL_CMD_INSTANT_PLAY, SHELL_CMD_INSTANT_PLAY,
-	   prog_name, "-loadStateFile", quick_save_file, mRomName, NULL);
+	"save", prog_name, "-loadStateFile", quick_save_file, mRomName, NULL);
 
     /* Should not be reached */
     printf("Failed to perform Instant Play save and shutdown\n");