Fixed cursor hiding lag, moved save file location to config folder

This commit is contained in:
Mr-Wiseguy
2024-03-12 00:27:20 -04:00
parent 7fd55dae5c
commit 0192cac272
7 changed files with 28 additions and 9 deletions
+1 -2
View File
@@ -900,8 +900,7 @@ struct UIContext {
}
if (mouse_is_active_initialized) {
// TODO: Figure out why this only works if the mouse is moving
SDL_ShowCursor(mouse_is_active ? SDL_ENABLE : SDL_DISABLE);
recomp::set_cursor_visible(mouse_is_active);
}
if (current_document == nullptr) {