NDS: get rid of core quality
This commit is contained in:
parent
87d1cf24a1
commit
5a2d4662aa
5 changed files with 0 additions and 45 deletions
|
|
@ -775,11 +775,6 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do
|
|||
break;
|
||||
case DIV_SYSTEM_NDS:
|
||||
dispatch=new DivPlatformNDS;
|
||||
if (isRender) {
|
||||
((DivPlatformNDS*)dispatch)->setCoreQuality(eng->getConfInt("ndsQualityRender",3));
|
||||
} else {
|
||||
((DivPlatformNDS*)dispatch)->setCoreQuality(eng->getConfInt("ndsQuality",3));
|
||||
}
|
||||
break;
|
||||
case DIV_SYSTEM_5E01:
|
||||
dispatch=new DivPlatformNES;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue