mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-05 23:21:22 +00:00
honor arcade core setting
This commit is contained in:
parent
6884494b5c
commit
ecd2955c0f
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
||||||
case DIV_SYSTEM_ARCADE:
|
case DIV_SYSTEM_ARCADE:
|
||||||
case DIV_SYSTEM_YM2151:
|
case DIV_SYSTEM_YM2151:
|
||||||
dispatch=new DivPlatformArcade;
|
dispatch=new DivPlatformArcade;
|
||||||
((DivPlatformArcade*)dispatch)->setYMFM(true);
|
((DivPlatformArcade*)dispatch)->setYMFM(eng->getConfInt("arcadeCore",0)==0);
|
||||||
break;
|
break;
|
||||||
case DIV_SYSTEM_YM2610:
|
case DIV_SYSTEM_YM2610:
|
||||||
dispatch=new DivPlatformYM2610;
|
dispatch=new DivPlatformYM2610;
|
||||||
|
|
Loading…
Reference in a new issue