game_window: don't allow resizing until after boot, fix monitor switching

This commit is contained in:
Hyper
2025-02-07 20:28:57 +00:00
parent e1edd5f35d
commit 70ebdaa685
3 changed files with 11 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ PPC_FUNC(sub_824EB490)
SWA::SGlobals::Init();
Registry::Save();
GameWindow::SetResizable(true);
__imp__sub_824EB490(ctx, base);
}