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

@@ -51,6 +51,8 @@ static char cheat_zip[1024] = {};
int find_by_crc(uint32_t romcrc)
{
if (!romcrc) return 0;
sprintf(cheat_zip, "%s/cheats/%s", getRootDir(), CoreName);
DIR *d = opendir(cheat_zip);
if (!d)