-
Notifications
You must be signed in to change notification settings - Fork 67
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
Input configuration always opens SDL input config, despite using a different plugin #123
Comments
It is probably possible, but there are some hardcoded code for input config, will need to check. Are there any other input plugin for Linux currently that I can use to to test, beside default one? |
Well, I literally just finished one yesterday that you could use to test with. https://github.com/bkacjios/n64-input-plugin-serial/releases |
There is also the raphnet plugin: |
As written in the linked issue: The goal is to implement one input plugin, that will work for them all. The same is currently for all other plugin types. The reason why m64py is still usable after all these years is because of that, e.g. GLideN64 didn't exist back then, but you could change settings from m64py as soon as it was out (options are not grouped or sorted but it works). |
I'm currently developing an input plugin for mupen, and I just recently found that the configure button, under the plugin settings menu, always opens up the config for the SDL plugin. Would it be possible to have it open the auto generated config window instead, like any other plugin type?
The text was updated successfully, but these errors were encountered: