Add new Neon64 saving support

This commit is contained in:
AriaHiro64 2021-05-06 05:57:58 -04:00 committed by GitHub
parent 6d422d689b
commit 7f472a3266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;