add DSi-mode settings

This commit is contained in:
Arisotura
2020-06-01 19:11:44 +02:00
parent b84edfb321
commit d7b846619b
8 changed files with 232 additions and 17 deletions

View File

@ -60,10 +60,17 @@ extern int ScreenUseGL;
extern int ScreenVSync;
extern int ScreenVSyncInterval;
extern int _3DRenderer;
extern int Threaded3D;
extern int GL_ScaleFactor;
extern int GL_Antialias;
extern int LimitFPS;
extern int AudioSync;
extern int ShowOSD;
extern int ConsoleType;
extern int DirectBoot;
extern int SocketBindAnyAddr;