Wiiload Plugin Wii U: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
|description=Allow homebrew (RPX or WUHB) and plugins (WPS) to be pushed from a PC to the Wii U console. | |description=Allow homebrew (RPX or WUHB) and plugins (WPS) to be pushed from a PC to the Wii U console. | ||
|author=Maschell | |author=Maschell | ||
|lastupdated= | |lastupdated=2026/04/19 | ||
|format=wps | |format=wps | ||
|type=Plugins | |type=Plugins | ||
|version=0.2. | |version=0.2.5 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/wiiuhomebrews/wiiloadwiiu.7z | |download=https://dlhb.gamebrew.org/wiiuhomebrews/wiiloadwiiu.7z | ||
| Line 26: | Line 26: | ||
* [https://github.com/wiiu-env/NotificationModule NotificationModule] in <code>sd:/wiiu/environments/[ENVIRONMENT]/modules</code>. | * [https://github.com/wiiu-env/NotificationModule NotificationModule] in <code>sd:/wiiu/environments/[ENVIRONMENT]/modules</code>. | ||
--> | --> | ||
== Changelog == | == Changelog == | ||
'''v0.2.5 2026/04/19''' | |||
* Update Dockerfile and logging, compile latest WUPS/devkitPPC by @Maschell in [https://github.com/wiiu-env/wiiload_plugin/pull/45 #45]. | |||
'''v0.2.4 2025/02/16''' | '''v0.2.4 2025/02/16''' | ||
* Prevent loading homebrew when currently no account is loaded by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/wiiload_plugin/pull/30 #30]. | * Prevent loading homebrew when currently no account is loaded by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/wiiload_plugin/pull/30 #30]. | ||
Latest revision as of 02:09, 20 April 2026
| Wiiload Plugin | |
|---|---|
| General | |
| Author | Maschell |
| Type | Plugins |
| Version | 0.2.5 |
| License | GPL-3.0 |
| Last Updated | 2026/04/19 |
| Links | |
| Download | |
| Website | |
| Source | |
This Aroma plugin keeps Wiiload running in the background, allowing you to send homebrew applications (RPX or WUHB) and plugins (WPS) from a PC to the Wii U via the network at any time.
Installation
Copy the file wiiload.wps to sd:/wiiu/environments/aroma/plugins.
Changelog
v0.2.5 2026/04/19
- Update Dockerfile and logging, compile latest WUPS/devkitPPC by @Maschell in #45.
v0.2.4 2025/02/16
- Prevent loading homebrew when currently no account is loaded by @Maschell in #30.
- Support loading files which don't fit into memory by @Maschell in #33.
v0.2.3 2024/05/06
- Add error notifications if wiiloading a rpx/wuhb fails.
- Refactoring for WUPS 0.8.0.
- Full Changelog: v0.2.2...v0.2.3
v0.2.2 2023/07/22
- Support for latest libwupsbackend by @Maschell in #19.
- Compile with latest wut, devkitPPC and wups version.
- Full Changelog: v0.2.1...v0.2.2.
v0.2.1 2022/10/15
- Fix loading the config values from the config files.
- Full Changelog: v0.2...v0.2.1.
v0.2 2022/10/09
- Stop the wiiload server in ON_APPLICATION_ENDS instead of ON_APPLICATION_REQUESTS_EXIT hook.
- Added a basic config menu to enabled/disable the wiiload server.
- Fixed exiting some titles while the wiiload plugin is loaded (e.g. Call of Duty Black Ops 2).
- Fixed recovering the wiiload server network connection on connection issues.