Implemented mock reddog window manager

Requires micross.ttf font in game root and ENABLE_IM_FONT_ATLAS_SNAPSHOT undefined, not currently in the font atlas.
This commit is contained in:
Hyper
2025-01-07 10:00:58 +00:00
parent 95bd71a23e
commit 2f68ee5df2
23 changed files with 996 additions and 92 deletions

View File

@@ -1557,7 +1557,7 @@ bool InstallerWizard::Run(std::filesystem::path installPath, bool skipGame)
g_currentPage = g_firstPage;
}
GameWindow::SetFullscreenCursorVisibility(true);
GameWindow::SetCursorVisibility(true);
s_isVisible = true;
while (s_isVisible)
@@ -1569,7 +1569,7 @@ bool InstallerWizard::Run(std::filesystem::path installPath, bool skipGame)
Video::Present();
}
GameWindow::SetFullscreenCursorVisibility(false);
GameWindow::SetCursorVisibility(false);
NFD_Quit();
InstallerWizard::Shutdown();