Wiiload Plugin Wii U: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox WiiU Homebrews |title=Wiiload Plugin |image=wiiloadwiiu.png |description=Allow homebrew (RPX or WUHB) and plugins (WPS) to be pushed from a PC to the Wii U console. |author=Maschell |lastupdated=2024/05/06 |format=wps |type=Plugins |version=0.2.3 |license=GPL-3.0 |download=https://dlhb.gamebrew.org/wiiuhomebrews/wiiloadwiiu.7z |website=https://github.com/wiiu-env/wiiload_plugin/ |source=https://github.com/wiiu-env/wiiload_plugin |donatio..." |
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=2025/02/16 | ||
|format=wps | |format=wps | ||
|type=Plugins | |type=Plugins | ||
|version=0.2. | |version=0.2.4 | ||
|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 27: | Line 27: | ||
--> | --> | ||
== Changelog == | == Changelog == | ||
'''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]. | |||
* Support loading files which don't fit into memory by [https://github.com/Maschell @Maschell] in [https://github.com/wiiu-env/wiiload_plugin/pull/33 #33]. | |||
'''v0.2.3 2024/05/06''' | '''v0.2.3 2024/05/06''' | ||
* Add error notifications if wiiloading a rpx/wuhb fails. | * Add error notifications if wiiloading a rpx/wuhb fails. | ||
Revision as of 02:41, 16 February 2025
| Wiiload Plugin | |
|---|---|
| General | |
| Author | Maschell |
| Type | Plugins |
| Version | 0.2.4 |
| License | GPL-3.0 |
| Last Updated | 2025/02/16 |
| 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.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.