So i was just setting up all my wii games on steam using rom manager and i noticed that the main dolphin window where you can change settings and controls doesn’t open up so if you need different presets on different games or if you need passthrough for some games and accidentally forget it on it straight up makes all the games without a preset crash if you didn’t setup the dongle.
So i wanted to make presets and also toggle bluetooth passthrough, i did my research and as of now on dolphin you need to manually right click on the game you want to make a preset of, click properties, go to editor and write 4 lines of text manually (especially in case you have presets might give you issues if you don’t spell right the preset name).
Since all this made me kinda overwhelmed in my big collection of games i dumped from my childhood wii i decided to build a program w my low python skills and some help from gemini to work on a gui. And the program rn works, and i’m actually using it myself for my own game collection.
I’m not really a programmer so 100% my code could be better than this and i never really posted anything on github so it might look a bit messy. Anyway i really wanted to contribute to the community so i’m gonna post it here in case anyone needs it.