Helios747 / DolphinBisectTool

Windows utility to automate the bisection process for issues in the Dolphin Emulator
GNU General Public License v3.0
8 stars 7 forks source link

Add support to .WIA and .RVZ game files #29

Open Bobsican opened 2 years ago

Bobsican commented 2 years ago

They're more modern (And effectively standard nowadays) game file formats offered by Dolphin that are pending support for bisecting purposes.

Helios747 commented 2 years ago

I had no idea that people still used this tool, especially since I think I told JMC and the gang to unpin it because I wasn't really involved in emudev anymore

This is trivial to implement (Just tweaking a single line of code), but I'm at a tech conference until tomorrow.

I'll set an alarm to implement this and compile a new build this weekend.

Bobsican commented 2 years ago

Ideally it probably should also disable the finding of such formats for versions of Dolphin earlier than 5.0-12188, as versions earlier than that don't support them.

Helios747 commented 2 years ago

The bisecter seems to have several problems now due to infra and probably other changes that makes this tool largely useless.

Because I'm not involved in emudev anymore I'm not really interested in fixing this. Anybody reading is free to fork this and fix it as needed.