Skip to content

v5.4.9 April 3rd, 2021

Compare
Choose a tag to compare
@Fledge68 Fledge68 released this 03 Apr 22:01
· 183 commits to master since this release
  • fix for music sample rates >48k
  • officially added the clear CD case spine skin image. In your plugin ini file use casecolor=111111.
  • fixed the page button of the source menu setup menu which sometimes said one too many pages.
  • added 'no SSL only' as a private server choice. this allows you to patch games on your own with other wifi server url's besides wiimmfi.
  • added private server as an option for nand wiiware games.
  • added 480p pixel patch as option for nand wiiware/vc games. seems to only work if apploader is set to ON. loading via main dol is broke for the time being.
  • added patch for error 23400 for CoD (Black Ops, Reflex, MW3) and Rock Band (3, The Beatles). (blackb0x)
  • added patch for Mario Kart Wii remote code execution vulnerability when not using wiimmfi.(Leseratte)
  • added code to handle an Out Of Memory error when downloading. (blackb0x)
  • added Wiimmfi update code (0.7.5)(Leseratte)
  • updated German, Spanish, Korean, and Polish languages thanks to Brawl345, RAVMN, DDinghoya, and KcrPL.
  • added Github CI. Continuos Integration workflows. (Leseratte)

Github CI - How it works and what it does:
Basically you make a fork of wiiflow lite. Clone it to your PC. make changes to the code. then commit your changes to your online fork. immediately after the commit CI will run a script which will download the proper devkitpro ppc and liboc to github servers, then it compiles and packages your fork of wiiflow in a zip file which you can download. just go to the actions link at the top of your github fork. click on the workflow and look under artifacts to find the zip. if your code changes fail to compile there will not be a zip to download.