From 8a9313270f6c43cbe969545177071cceed1ba915 Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Thu, 12 Jul 2018 19:41:02 +0200 Subject: [PATCH] Demolition Racer needs DisableDivMatching --- core/nullDC.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/nullDC.cpp b/core/nullDC.cpp index 196ca36ef..de7c981eb 100755 --- a/core/nullDC.cpp +++ b/core/nullDC.cpp @@ -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; }