mirror of https://github.com/encounter/SDL.git
Enable PS5 enhanced functionality for testgamecontroller
This commit is contained in:
parent
c93947a2cb
commit
390b2cf0d3
|
@ -433,6 +433,7 @@ main(int argc, char *argv[])
|
|||
|
||||
SDL_SetHint(SDL_HINT_ACCELEROMETER_AS_JOYSTICK, "0");
|
||||
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE, "1");
|
||||
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE, "1");
|
||||
SDL_SetHint(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS, "1");
|
||||
|
||||
/* Enable standard application logging */
|
||||
|
|
Loading…
Reference in New Issue