Fledge68 hat seine Modifikation des USB-Loaders "WiiFlow" aktualisiert.
WiiFlow Lite lässt sich in eine Wii-VC auf der Wii U injizieren, damit der Loader per Wii U GamePad gesteuert werden kann – das gilt allerdings nur für den Loader, nicht für die Spiele selber! Diese müssen immer noch separat injiziert werden. Die PIN für die Altersbeschränkung kann wieder korrekt per Controller ohne IR eingegeben werden und das Downloaden von Custom Bannern wurde behoben – dazu muss in der "wiiflow_lite.ini" unter "[GENERAL]" die Option "custom_banner_url=" entweder leergelassen oder auf "http://banner.rc24.xyz/{gameid}.bnr" gesetzt werden.
Neben einigen Bugfixes gibt es auch einen neuen Splashscreen.
* code updated to compile with devkitPPC r32 and libogc 1.8.20 * added libwiidrc so now wiiflow lite can be injected in a wii u wiivc game and will run with the wii u gamepad. * fixed exiting wiiflow lite when in wiivc mode so it doesn't black screen the wii u and require it to be unplugged. * kept libwupc because it works with my cheap 3rd party wii u pro controller. libogc wii u pro support does not. * fixed for entering the parental lock code with the wiiu gamepad or any non IR controller. * fixed downloading custom banners using the link from Larsenv - http://banner.rc24.xyz/{gameid}.bnr * edit wiiflow_lite.ini under [GENERAL] - either delete this line - custom_banner_url= * or change it to custom_banner_url=http://banner.rc24.xyz/{gameid}.bnr * fix the SD only bootup the correct way. * new splash screen image for wiiflow lite. thanks WesMods! * now when using 'cache covers' on the home menu it will also cache banners for wii and channel games. * moved libsicksaxis to wiiflow portlibs folder so it no longer needs to be installed to libogc for wiiflow lite to compile.