mupen64plus / mupen64plus-input-sdl

Input plugin for Mupen64Plus v2.0 project using SDL. This is derived from the original Mupen64 blight_input plugin.
GNU General Public License v2.0
43 stars 70 forks source link

Switch to SDL2 for Mupen64Plus 2.1 #4

Closed ghost closed 10 years ago

ghost commented 10 years ago

The current version of SDL is 2.0.3. All new releases of distributions contain this library already. Current Linux distributions and *BSD even backporting patches from Mupen64Plus 2.1 repo to use SDL 2. Android and other mobile platform don't have support for legacy SDL 1.2.

People like Anthony J. Bentley and Riley Labrecque already requested a new release of Mupen64Plus 2.1 with SDL2

ghost commented 10 years ago

People who could be interested are: @bentley, @rlabrecque, @paulscode, @littleguy77, @ecsv, @zodttd, @ricrpi, @npepinpe, @timvisher, @mgorny, @jelly

mgorny commented 10 years ago

Are all issues with SDL2 fixed already? Last time I checked it just compiled, but e.g. joystick support was not written for SDL2.

ghost commented 10 years ago

There was never "no support" for joysticks under SDL2. Only the SDL2 rumble support was added later and replaced the linux only code.