mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
rework window size/maximized save/restore
This commit is contained in:
@ -37,10 +37,6 @@ namespace Config
|
||||
{
|
||||
using namespace melonDS;
|
||||
|
||||
int WindowWidth;
|
||||
int WindowHeight;
|
||||
bool WindowMaximized;
|
||||
|
||||
int ScreenRotation;
|
||||
int ScreenGap;
|
||||
int ScreenLayout;
|
||||
@ -206,10 +202,6 @@ LegacyEntry LegacyFile[] =
|
||||
|
||||
{"JoystickID", 0, "JoystickID", true},
|
||||
|
||||
{"WindowWidth", 0, "Window0.Width", true},
|
||||
{"WindowHeight", 0, "Window0.Height", true},
|
||||
{"WindowMax", 1, "Window0.Maximized", true},
|
||||
|
||||
{"ScreenRotation", 0, "Window0.ScreenRotation", true},
|
||||
{"ScreenGap", 0, "Window0.ScreenGap", true},
|
||||
{"ScreenLayout", 0, "Window0.ScreenLayout", true},
|
||||
|
Reference in New Issue
Block a user