mirror of
https://github.com/nzp-team/glquake.git
synced 2025-03-13 14:13:09 +00:00
Enable 800px widescreen mode
This commit is contained in:
parent
5578e3c910
commit
9f3769cb1a
1 changed files with 9 additions and 0 deletions
|
@ -296,6 +296,15 @@ int main (int argc, char **argv)
|
||||||
gfxSetDoubleBuffering(GFX_BOTTOM, false);
|
gfxSetDoubleBuffering(GFX_BOTTOM, false);
|
||||||
gfxSwapBuffersGpu();
|
gfxSwapBuffersGpu();
|
||||||
|
|
||||||
|
uint8_t model;
|
||||||
|
|
||||||
|
cfguInit();
|
||||||
|
CFGU_GetSystemModel(&model);
|
||||||
|
cfguExit();
|
||||||
|
|
||||||
|
if(model != CFG_MODEL_2DS)
|
||||||
|
gfxSetWide(true);
|
||||||
|
|
||||||
chdir("sdmc:/3ds/nzportable");
|
chdir("sdmc:/3ds/nzportable");
|
||||||
|
|
||||||
if (new3ds_flag == true)
|
if (new3ds_flag == true)
|
||||||
|
|
Loading…
Reference in a new issue