WonderSwan: bring Mednafen core back
This commit is contained in:
parent
b4b0481b3f
commit
841af611ba
10 changed files with 1334 additions and 3 deletions
|
|
@ -619,6 +619,11 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
|||
break;
|
||||
case DIV_SYSTEM_SWAN:
|
||||
dispatch=new DivPlatformSwan;
|
||||
if (isRender) {
|
||||
((DivPlatformSwan*)dispatch)->setUseMdfn(eng->getConfInt("swanCoreRender",0));
|
||||
} else {
|
||||
((DivPlatformSwan*)dispatch)->setUseMdfn(eng->getConfInt("swanCore",0));
|
||||
}
|
||||
break;
|
||||
case DIV_SYSTEM_T6W28:
|
||||
dispatch=new DivPlatformT6W28;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue