From 22c4c92c668342e846cca9527d68458f1101691c Mon Sep 17 00:00:00 2001 From: IonutParau Date: Fri, 27 Jun 2025 23:18:33 +0200 Subject: [PATCH] it worked on my machine fuck off blendi --- src/emulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emulator.c b/src/emulator.c index e4fb669..7709ef7 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -312,7 +312,7 @@ int main() { nn_addGPU(computer, "RTX 6090", 3, &gpuCtrl); - SetWindowState(FLAG_WINDOW_RESIZABLE); + SetConfigFlags(FLAG_WINDOW_RESIZABLE); InitWindow(800, 600, "emulator"); double lastTime = nn_realTime();