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

Fixed mouse_residual over/underflow #88

Closed Drahsid closed 4 years ago

Drahsid commented 4 years ago

Realized this issue existed when trying to set up some controls for a FPS. The mousex_residual and mousey_residual values could go into the infinities. There are potentially better solutions than my quick fix.

richard42 commented 4 years ago

Thanks for the bug report. I just pushed a fix for this without adding the min/max macros.