DacoTaco / priiloader

A Wii homebrew application that can prevent and fix some user level bricks
GNU General Public License v2.0
527 stars 101 forks source link

loader: Update ancast loading #340

Closed GaryOderNichts closed 1 year ago

GaryOderNichts commented 1 year ago

This fixes a small oversight where the loader assumed the vWii system menu starts with an ancast header, although Priiloader passes the binary starting with a dol header to the loader. This causes the ancast image to be loaded with the dol loader, which also works fine but will load an unnecessary text section which is usually not loaded on hardware. This PR improves ancast handling to avoid this and clear up any future confusion.

DacoTaco commented 1 year ago

mind targeting the release-010 branch with this release? thats the branch currently released and base for the stable release next month