mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
properly update display type across all windows
(remind me to also propagate changes across instances)
This commit is contained in:
@ -110,6 +110,7 @@ public:
|
||||
|
||||
EmuInstance* getEmuInstance() { return emuInstance; }
|
||||
Config::Table& getWindowConfig() { return windowCfg; }
|
||||
int getID() { return windowID; }
|
||||
|
||||
bool winHasMenu() { return hasMenu; }
|
||||
|
||||
|
Reference in New Issue
Block a user