mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
add support for non-resizable windows
This commit is contained in:
@ -283,7 +283,7 @@ void Open()
|
||||
memcpy(keymap, Config::KeyMapping, sizeof(int)*12);
|
||||
memcpy(joymap, Config::JoyMapping, sizeof(int)*12);
|
||||
|
||||
win = uiNewWindow("Input config - melonDS", 600, 400, 0);
|
||||
win = uiNewWindow("Input config - melonDS", 600, 400, 0, 0);
|
||||
uiWindowSetMargined(win, 1);
|
||||
uiWindowOnClosing(win, OnCloseWindow, NULL);
|
||||
uiWindowOnGetFocus(win, OnGetFocus, NULL);
|
||||
|
Reference in New Issue
Block a user