honor arcade core setting

This commit is contained in:
tildearrow 2022-01-17 16:27:57 -05:00
parent 6884494b5c
commit ecd2955c0f
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
case DIV_SYSTEM_ARCADE:
case DIV_SYSTEM_YM2151:
dispatch=new DivPlatformArcade;
((DivPlatformArcade*)dispatch)->setYMFM(true);
((DivPlatformArcade*)dispatch)->setYMFM(eng->getConfInt("arcadeCore",0)==0);
break;
case DIV_SYSTEM_YM2610:
dispatch=new DivPlatformYM2610;