NagyD / SDLPoP

An open-source port of Prince of Persia, based on the disassembly of the DOS version.
GNU General Public License v3.0
1.1k stars 141 forks source link

Support for SDL_GameControllerRumble() and SDL_JoystickRumble() #186

Closed usineur closed 4 years ago

usineur commented 5 years ago

Since SDL 2.0.9, it's possible to allow simple rumble without using the haptics API.

It can be useful for systems that doesn't support thoses API.

kees commented 4 years ago

This looks like a simple improvement!