mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
* remember screen rotation/gap/etc settings
* fix menu cleanup to take submenus into account properly, so it doesn't crash when exiting
This commit is contained in:
@ -33,6 +33,11 @@ extern int JoyMapping[12];
|
||||
extern int WindowWidth;
|
||||
extern int WindowHeight;
|
||||
|
||||
extern int ScreenRotation;
|
||||
extern int ScreenGap;
|
||||
extern int ScreenLayout;
|
||||
extern int ScreenSizing;
|
||||
|
||||
extern int DirectBoot;
|
||||
|
||||
extern int Threaded3D;
|
||||
|
Reference in New Issue
Block a user