Skip to content
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

Open
JabberwockPL opened this issue Oct 23, 2018 · 4 comments
Open

Comments

@JabberwockPL
Copy link

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.

@JabberwockPL
Copy link
Author

Actually, keys mapped in Retroarch as joystick input are not seen by the core at all. If retroarch.cfg has the entry:
input_player1_r = "enter"
then the core should see each Enter press as pressing controller input R. Unfortunately, that does not happen.

@JabberwockPL
Copy link
Author

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.

@JabberwockPL
Copy link
Author

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.

@greenchili2
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants