-
Notifications
You must be signed in to change notification settings - Fork 75
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
[Feature Request] An option for proper handling of Left+Right and Up+Down #322
Comments
AFAIK nothing prevents this. You simply need a controller that physically allows it. |
I just double checked to be extra sure, nothing in the NES core will prevent any combination of buttons. It generates NES protocol directly from what it receives from the framework, so there is no actionable items here. If you feel the framework's controller handling is interfering with your ability to do this, the correct place for an issue is here: |
I'm not sure if you understood what I asked. I was asking for an option for these inputs to be disallowed with a controller that physically allows them, such as a keyboard. |
even so, it is not a core-level decision, the core just works like the hardware did, and things like SNAC cannot be restricted in such a way as they are opaque. If you want to add such a restriction, this is still a component of the framework which does all the keyboard/joystick input handling. |
Okay thank you, I'll ask there. |
Almost every other NES emulator in existence, such as FCEUX, Nestopia, and Mesen, has an option for not allowing the illegal sets of inputs, Left+Right and Up+Down.
Currently, the absence of this feature makes it so that the MiSTer cannot be used to speedrun certain games, so it would be nice if this was implemented.
The text was updated successfully, but these errors were encountered: