mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-27 17:39:41 -06:00
urgl. how could I let something that dumb slip in
This commit is contained in:
@ -1112,11 +1112,6 @@ int main(int argc, char** argv)
|
||||
uiMenuItemOnClicked(menuitem, OnSetScreenFiltering, NULL);
|
||||
uiMenuItemSetChecked(menuitem, Config::ScreenFilter==1);
|
||||
|
||||
uiMenuItemSetChecked(MenuItem_ScreenRot[ScreenRotation], 1);
|
||||
uiMenuItemSetChecked(MenuItem_ScreenGap[ScreenGap], 1);
|
||||
uiMenuItemSetChecked(MenuItem_ScreenLayout[ScreenLayout], 1);
|
||||
uiMenuItemSetChecked(MenuItem_ScreenSizing[ScreenSizing], 1);
|
||||
|
||||
|
||||
int w = Config::WindowWidth;
|
||||
int h = Config::WindowHeight;
|
||||
@ -1161,6 +1156,11 @@ int main(int argc, char** argv)
|
||||
SANITIZE(ScreenSizing, 0, 3);
|
||||
#undef SANITIZE
|
||||
|
||||
uiMenuItemSetChecked(MenuItem_ScreenRot[ScreenRotation], 1);
|
||||
uiMenuItemSetChecked(MenuItem_ScreenGap[ScreenGap], 1);
|
||||
uiMenuItemSetChecked(MenuItem_ScreenLayout[ScreenLayout], 1);
|
||||
uiMenuItemSetChecked(MenuItem_ScreenSizing[ScreenSizing], 1);
|
||||
|
||||
OnSetScreenRotation(MenuItem_ScreenRot[ScreenRotation], MainWindow, (void*)&kScreenRot[ScreenRotation]);
|
||||
|
||||
EmuRunning = 2;
|
||||
|
Reference in New Issue
Block a user