libretro / QuickNES_Core

The QuickNES core library, originally by Shay Green, heavily modified
GNU General Public License v2.0
22 stars 34 forks source link

Add turbo button support #56

Closed jdgleaver closed 5 years ago

jdgleaver commented 5 years ago

QuickNES is the only NES core that doesn't have turbo button support. Since it is also the only NES core that runs full speed with a CPU filter on an o3DS, I think it deserves a little TLC - so this pull request adds the missing turbo functionality. Turbo buttons may be enabled/disabled for either player, and turbo speed is adjustable.

This should close issue #15.