mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-30 19:09:43 -06:00
add support for non-resizable windows
This commit is contained in:
@ -646,7 +646,7 @@ int main(int argc, char** argv)
|
||||
if (w < 256) w = 256;
|
||||
if (h < 384) h = 384;
|
||||
|
||||
MainWindow = uiNewWindow("melonDS " MELONDS_VERSION, w, h, 1);
|
||||
MainWindow = uiNewWindow("melonDS " MELONDS_VERSION, w, h, 1, 1);
|
||||
uiWindowOnClosing(MainWindow, OnCloseWindow, NULL);
|
||||
|
||||
uiWindowSetDropTarget(MainWindow, 1);
|
||||
|
Reference in New Issue
Block a user