mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +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:
|
case RARCH_DEVICE_MOUSE_SCREEN:
|
||||||
{
|
{
|
||||||
settings = config_get_ptr();
|
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);
|
return dinput_mouse_state_screen(di, port, id);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user