-
Notifications
You must be signed in to change notification settings - Fork 46
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
Keypresses assigned to joystick in Retroarch are not suppressed #22
Comments
Actually, keys mapped in Retroarch as joystick input are not seen by the core at all. If retroarch.cfg has the entry: |
I have reconfigured the system and can confirm that Atari Joystick assignments in Retroarch do not work on my device (ARM Angstrom Linux device). Only joystick, A and B buttons work (but they also send keys, which makes Bruce Lee unplayable), other controller inputs are not detected. |
I have checked this on my PC and the behavior is the same: if RetroPad is configured to receive inputs from keyboard, the mappings do not work. |
Go into the Retroarch Settings->Input menu and set "Auto Enable 'Game Focus' mode to ON. This will disable any connected keyboard from sending input to Atari800. When you DO want keypresses to go to it then hit the SCROLL LOCK key to toggle Game Focus mode on/off. |
If keys are mapped in Retroarch as joystick input and the keys are different than the internal Atari800 assignments, the keys are not suppressed (captured), so the emulator still detects them. This causes issues in such games like Bruce Lee, which pauses on each keypress.
The text was updated successfully, but these errors were encountered: