-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libretro: play games without a keyboard. #148
Comments
I believe fmsx does. And Dosbox pure. There was at least one more, it was even in the retroarch core doc but can't locate it right now. I think it was fuse. Libretro seems to indicate so. So, think loderunner as an example. Using the joystick works wonderfully. But you get stuck and you have to abort the level and lose a life. That's takes a ctrl-a, meaning, hooking up a keyboard just so you can type a ctrl-a. There are other games (esp some SSI games) where there are keyboard commands, but they are very limited in number. If a game was truly keyboard, then, you'd have to use a real keyboard of course if it had a lot of commands like typing names, etc. (thinking Wizardry). I have a big problem using Applewin as is though, even on the keyboard, ctrl-a or ctrl-r does not work. Is there also any way to stop "start" from resetting the machine, very easy to accidentally do. |
If |
#148 Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
And now, start must be pressed twice in 1 second to restart. |
I tried with ascii keyboard core setting or not (typed on KB), key code or not via xboxdrv and gamepad to send codes (they all send except control keys), just could never get it to work and you can't beat all the levels without a few times needing control-a. I will change the logging line (it's 222 in my version) and recompile and post back. |
I think this is the line in and If I read this correctly, once they are set, they override whichever meaning the joypad button already had. I don't know, it seems such an obvious requirement, that |
#148 Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
So, here's some log entries:
An entry is made when holding down the left control key in this case, but, then any key with it is missed and has no log entry. So, no combo apparently. Pretty sure there is no all cores feature to type a keyboard key from a controller button. In the manual, they suggest using xboxdrv. That does work but it's a lot of work. |
As you can see, there is no early exit in that function. It sounds an issue with the frontend. Which one are you using? |
ra2 via retroarch |
It is controlled by a setting in retroarch. AppleWin recommends to enable https://github.com/audetto/AppleWin?tab=readme-ov-file#ra2 For the exact behaviour, check the libretro doc or forums. |
Yes, I am aware of game focus mode, on or off makes no difference, I cannot abort the level with control-a. It does work with SA2. Just not libretro |
On my retroarch (been using git version for the last N years, at the moment I am on 1.17.0)
Unless you find another core which works, I can only suggest to reach to a libretro forum. |
Helpful to know it works for you, will have to look elsewhere then as it definitely does not work for me. Strange! |
Unless more evidence points to an AppleWin issue, I will close this. |
From #139 (comment)
It might be useful to remap some keys to the gamepad so a keyboard is not needed.
I think it is a good idea.
Can you give more details. Is there another
libretro
core which allows it?The text was updated successfully, but these errors were encountered: