Re-Enable WIDE mode (committed today by accident :D)

This commit is contained in:
cypress 2023-07-22 16:11:48 -04:00
parent 51a916ac26
commit 713743c4f7
1 changed files with 2 additions and 2 deletions

View File

@ -303,8 +303,8 @@ int main (int argc, char **argv)
CFGU_GetSystemModel(&model);
cfguExit();
//if(model != CFG_MODEL_2DS)
// gfxSetWide(true);
if(model != CFG_MODEL_2DS)
gfxSetWide(true);
chdir("sdmc:/3ds/nzportable");