Fledge68 / WiiFlow_Lite

My mod of the Wii USB Loader WiiFlow
447 stars 57 forks source link

fix wad shared content installation #393

Open w3irDv opened 1 month ago

w3irDv commented 1 month ago

The "Install WAD" WF code makes no distinction between wad shared content and regular content, and installs all of them in /titles/... This can lead to different problems when trying to execute a wad if the shared content it needs was not installed previously by other means in the emunand.

This PR modifies the code in order to:

only in the mios==false "side" of the execution flow.

Any comment/improvement will be appreciated.