Demolition Racer needs DisableDivMatching

This commit is contained in:
Flyinghead 2018-07-12 19:41:02 +02:00
parent e18eaf666d
commit 8a9313270f
1 changed files with 4 additions and 2 deletions

View File

@ -178,8 +178,10 @@ void LoadSpecialSettings()
settings.aica.EGHack = 1;
break;
}
if (!strncmp("T30701D", reios_product_number, 7))
// Pro Pinball Trilogy
// Pro Pinball Trilogy
if (!strncmp("T30701D", reios_product_number, 7)
// Demolition Racer
|| !strncmp("T15112N", reios_product_number, 7))
settings.dynarec.DisableDivMatching = true;
}