mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-03 18:20:49 -06:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user