rework window size/maximized save/restore

This commit is contained in:
Arisotura
2024-05-25 12:57:37 +02:00
parent 7b709e6847
commit 2451f3fed8
4 changed files with 18 additions and 56 deletions

View File

@ -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},