mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 14:01:17 +12:00
Merge branch 'main' into linux-overlay
This commit is contained in:
commit
1b88a5d149
1 changed files with 8 additions and 1 deletions
|
@ -1176,7 +1176,14 @@ void MainWindow::ShowCursor(bool state)
|
||||||
} while (counter >= 0);
|
} while (counter >= 0);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
cemuLog_log(LogType::Force, "MainWindow::ShowCursor - todo");
|
if (state)
|
||||||
|
{
|
||||||
|
wxSetCursor(wxNullCursor); // restore system default cursor
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
wxSetCursor(wxCursor(wxCURSOR_BLANK));
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue