mirror of
https://github.com/nzp-team/glquake.git
synced 2025-03-15 07:00:57 +00:00
Re-Enable WIDE mode (committed today by accident :D)
This commit is contained in:
parent
51a916ac26
commit
713743c4f7
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in a new issue