Merge branch 'master' of github.com:libretro/RetroArch
This commit is contained in:
commit
5e5b20332c
|
@ -225,10 +225,10 @@ enum
|
|||
#define INPUT_DEFAULT_DRIVER INPUT_XINPUT
|
||||
#elif defined(ANDROID)
|
||||
#define INPUT_DEFAULT_DRIVER INPUT_ANDROID
|
||||
#elif defined(_WIN32)
|
||||
#define INPUT_DEFAULT_DRIVER INPUT_DINPUT
|
||||
#elif defined(EMSCRIPTEN)
|
||||
#define INPUT_DEFAULT_DRIVER INPUT_RWEBINPUT
|
||||
#elif defined(_WIN32)
|
||||
#define INPUT_DEFAULT_DRIVER INPUT_DINPUT
|
||||
#elif defined(__CELLOS_LV2__)
|
||||
#define INPUT_DEFAULT_DRIVER INPUT_PS3
|
||||
#elif (defined(SN_TARGET_PSP2) || defined(PSP))
|
||||
|
|
Loading…
Reference in New Issue