mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(Dinput) Fix RARCH_DEVICE_MOUSE_SCREEN
This commit is contained in:
parent
8593b10bee
commit
bba60163f7
@ -653,7 +653,7 @@ static int16_t dinput_input_state(void *data,
|
||||
case RARCH_DEVICE_MOUSE_SCREEN:
|
||||
{
|
||||
settings = config_get_ptr();
|
||||
if (settings->uints.input_mouse_index[ port ] != 0)
|
||||
if (settings->uints.input_mouse_index[ port ] == 0)
|
||||
return dinput_mouse_state_screen(di, port, id);
|
||||
}
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user