mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 22:38:34 +00:00
Fix Mingw build.
This commit is contained in:
parent
369615f808
commit
46ae26211f
@ -178,7 +178,7 @@ static bool dinput_keyboard_pressed(struct dinput_input *di, unsigned key)
|
||||
if (key >= RETROK_LAST)
|
||||
return false;
|
||||
|
||||
unsigned sym = input_translate_rk_to_keysym((retro_key)key);
|
||||
unsigned sym = input_translate_rk_to_keysym((enum retro_key)key);
|
||||
return di->state[sym] & 0x80;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user