mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 17:44:41 -06:00
Merge branch 'main' into linux-overlay
This commit is contained in:
commit
1b88a5d149
@ -1176,7 +1176,14 @@ void MainWindow::ShowCursor(bool state)
|
||||
} while (counter >= 0);
|
||||
}
|
||||
#else
|
||||
cemuLog_log(LogType::Force, "MainWindow::ShowCursor - todo");
|
||||
if (state)
|
||||
{
|
||||
wxSetCursor(wxNullCursor); // restore system default cursor
|
||||
}
|
||||
else
|
||||
{
|
||||
wxSetCursor(wxCursor(wxCURSOR_BLANK));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user