Do not use CRC for PCE CD cheats.

This commit is contained in:
sorgelig
2020-04-26 18:34:56 +08:00
parent 7ebaede7b6
commit 67e9725198
2 changed files with 3 additions and 1 deletions

View File

@@ -1744,7 +1744,7 @@ void HandleUI(void)
}
user_io_store_filename(SelectedPath);
user_io_file_tx(SelectedPath, user_io_ext_idx(SelectedPath, fs_pFileExt) << 6 | ioctl_index, opensave);
if (user_io_use_cheats()) cheats_init(SelectedPath, user_io_get_file_crc());
if (user_io_use_cheats()) cheats_init(SelectedPath, pcecd_using_cd() ? 0 : user_io_get_file_crc());
menustate = MENU_NONE1;
}