mupen64plus-ui-python
mupen64plus-ui-python copied to clipboard
Input configuration always opens SDL input config, despite using a different plugin
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?
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:
https://github.com/raphnet/mupen64plus-input-raphnetraw
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). That needs to be done also for the input plugin, and it is the highest priority for me, I just don't have the time, but eventually, I will get to it. Any help is welcomed.