mupen64plus-ui-python icon indicating copy to clipboard operation
mupen64plus-ui-python copied to clipboard

Input configuration always opens SDL input config, despite using a different plugin

Open bkacjios opened this issue 6 years ago • 4 comments

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?

bkacjios avatar Mar 29 '18 23:03 bkacjios

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?

gen2brain avatar Mar 31 '18 12:03 gen2brain

Well, I literally just finished one yesterday that you could use to test with.

https://github.com/bkacjios/n64-input-plugin-serial/releases

bkacjios avatar Mar 31 '18 16:03 bkacjios

There is also the raphnet plugin:

https://github.com/raphnet/mupen64plus-input-raphnetraw

bsmiles32 avatar Mar 31 '18 16:03 bsmiles32

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.

gen2brain avatar Sep 25 '20 22:09 gen2brain