mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 22:43:41 +00:00
Add winraw_input.c
This commit is contained in:
parent
2fb5e821cf
commit
231e499714
@ -426,6 +426,10 @@ INPUT
|
||||
#include "../input/common/x11_input_common.c"
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) && !defined(_XBOX)
|
||||
#inxclude "../input/drivers/winraw_input.c"
|
||||
#endif
|
||||
|
||||
#include "../input/input_autodetect_builtin.c"
|
||||
|
||||
#if defined(__CELLOS_LV2__)
|
||||
|
Loading…
x
Reference in New Issue
Block a user