patchzyy / WheelWizard

WheelWizard, Retro Rewind Launcher
Other
30 stars 3 forks source link

Fix missing file types when searching for Mod Files. Disable cheats in Dolphin starting arguments when launching Retro Rewind. #15

Closed killaketa closed 1 month ago

killaketa commented 1 month ago

When searching for files to load as mods only SZS and BRSTM archives were considered. This pull request introduces the missing ARC, BRSAR, and THP file filters into the related functions.

This pull request also includes the starting argument of --config=Dolphin.Core.EnableCheats=False when starting Dolphin for use with Retro Rewind. I included this to prevent crashes from conflicting codes. It also doesn't require users to disable cheats in Dolphin every time they wish to launch Retro Rewind.

WantToBeeMe commented 1 month ago

thanks!

I will merge it in to main, however, the next build will probably not be from the main anymore, so i also cherry picked these changed in the refactor branch which will probably become the main after we completed it.

killaketa commented 1 month ago

Thank you for taking a look at the changes. Just happy I could help out.