3DS: Fix build

This commit is contained in:
Vicki Pfau 2021-05-09 23:42:52 -07:00
parent 219da4538e
commit 96988133b2
1 changed files with 1 additions and 1 deletions

View File

@ -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();