mirror of https://github.com/mgba-emu/mgba.git
3DS: Code cleanup
This commit is contained in:
parent
cd720fc6d8
commit
fca0505f38
|
@ -872,7 +872,7 @@ int main(int argc, char* argv[]) {
|
|||
u8 model = 0;
|
||||
cfguInit();
|
||||
CFGU_GetSystemModel(&model);
|
||||
if (model != 3 /* o2DS */) {
|
||||
if (model != CFG_MODEL_2DS) {
|
||||
gfxSetWide(true);
|
||||
}
|
||||
cfguExit();
|
||||
|
|
Loading…
Reference in New Issue