mirror of https://github.com/mgba-emu/mgba.git
3DS: Fix build
This commit is contained in:
parent
219da4538e
commit
96988133b2
|
@ -863,7 +863,7 @@ int main() {
|
|||
u8 model = 0;
|
||||
cfguInit();
|
||||
CFGU_GetSystemModel(&model);
|
||||
if (model != CFG_MODEL_2DS) {
|
||||
if (model != 3 /* o2DS */) {
|
||||
gfxSetWide(true);
|
||||
}
|
||||
cfguExit();
|
||||
|
|
Loading…
Reference in New Issue