mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 11:45:16 +00:00
Buildfix
This commit is contained in:
parent
9ebfb36b4e
commit
007bb0de39
@ -479,7 +479,7 @@ static int16_t winraw_input_state(void *d,
|
||||
if (id < RETROK_LAST)
|
||||
{
|
||||
unsigned key = rarch_keysym_lut[(enum retro_key)id];
|
||||
return wr->keyboard.keys[key]
|
||||
return wr->keyboard.keys[key];
|
||||
}
|
||||
break;
|
||||
case RETRO_DEVICE_MOUSE:
|
||||
|
Loading…
Reference in New Issue
Block a user