libretro / px68k-libretro

Portable SHARP X68000 Emulator for Libretro
http://hissorii.blog45.fc2.com
GNU General Public License v2.0
47 stars 42 forks source link

[Enhancement] Some sort of repeat-keys when using the menu. #46

Closed ghost closed 4 years ago

ghost commented 7 years ago

To be able to hold UP or DOWN when browsing the menu and your file lists would be helpful. as of the moment you move up or down one-at-a time, would be tedious to keep pressing the buttons when browsing 1.7k worth of game titles.

I made something similar like a turbo function inside Joystick_Update() which does repeat down and up for keyboard/gamepad but im sure there is a better way to have the feature

https://hastebin.com/bewinoluxe.diff

gingerbeardman commented 6 years ago

Yes! Maybe left/right can jump a page at a time.

gingerbeardman commented 6 years ago

I'm implementing some QOL improvements to this core and this is one of them, including left/right to jump a bunch at a time (like the RetroArch menu does). Will push soon

negativeExponent commented 4 years ago

this is implemented now in latest commit, so this can be closed.