aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libui_sdl/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libui_sdl/main.cpp b/src/libui_sdl/main.cpp
index 1b5dfb3..a644e2f 100644
--- a/src/libui_sdl/main.cpp
+++ b/src/libui_sdl/main.cpp
@@ -1112,8 +1112,8 @@ int main(int argc, char** argv)
int w = Config::WindowWidth;
int h = Config::WindowHeight;
- if (w < 256) w = 256;
- if (h < 384) h = 384;
+ //if (w < 256) w = 256;
+ //if (h < 384) h = 384;
MainWindow = uiNewWindow("melonDS " MELONDS_VERSION, w, h, 1, 1);
uiWindowOnClosing(MainWindow, OnCloseWindow, NULL);