From 7f472a326672b83c62ea1d8a7652b6599066ab09 Mon Sep 17 00:00:00 2001 From: AriaHiro64 <45049787+AriaHiro64@users.noreply.github.com> Date: Thu, 6 May 2021 05:57:58 -0400 Subject: [PATCH] Add new Neon64 saving support --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 13b90a8..5c0ff3e 100644 --- a/src/main.c +++ b/src/main.c @@ -1319,7 +1319,7 @@ void loadnesrom(display_context_t disp, TCHAR *rom_path) f_close(&romfile); boot_cic = CIC_6102; - boot_save = 0; //save off/cpak + boot_save = 2; //For new neon64 force_tv = 0; //no force cheats_on = 0; //cheats off checksum_fix_on = 0;