mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
Fix win32_show_cursor
This commit is contained in:
parent
184fe19a79
commit
b31fd31793
@ -219,7 +219,7 @@ bool win32_get_metrics(void *data,
|
||||
|
||||
void win32_show_cursor(bool state)
|
||||
{
|
||||
#ifdef HAVE_WINDOW
|
||||
#ifndef _XBOX
|
||||
if (state)
|
||||
while (ShowCursor(TRUE) < 0);
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user