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:
@ -65,7 +65,7 @@ void OnOk(uiButton* btn, void* blarg)
|
||||
|
||||
void Open()
|
||||
{
|
||||
win = uiNewWindow("Emu settings - melonDS", 300, 200, 0);
|
||||
win = uiNewWindow("Emu settings - melonDS", 300, 200, 0, 0);
|
||||
uiWindowSetMargined(win, 1);
|
||||
uiWindowOnClosing(win, OnCloseWindow, NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user