Difference between revisions of "List of WiiU homebrew applications"
From WikiTemp, the GBAtemp wiki
(→Other applications: Added gc-to-vpad) |
(→Homebrew Loaders: updated elf loaders) |
||
Line 20: | Line 20: | ||
! class="unsortable" style="width:8%" | Source | ! class="unsortable" style="width:8%" | Source | ||
|- | |- | ||
− | | | + | | [[Elf loader (WiiU)|Elf Loader]] |
− | | | + | | Loads an elf file from SD card. Incomplete. Part of LibWiiU examples. |
+ | | [[User:Fix94|Fix94]] [[User:MrRean|MrRean]] | ||
| | | | ||
+ | | [https://github.com/wiiudev/libwiiu/tree/master/examples/elfloader git] [https://github.com/MrRean/551-Elf-Loader git] | ||
+ | |- | ||
+ | | [[SD Homebrew Loader (WiiU)|SD Homebrew Loader]] | ||
+ | | Loads an elf file from SD card. Incomplete. Currently only integrated to LoadiineGX2. | ||
+ | | [[User:Dimok|Dimok]] | ||
| | | | ||
− | | | + | | [https://github.com/dimok789/loadiine_gx2/tree/master/sd_loader git] |
|} | |} | ||
− | |||
===Backup Loaders=== | ===Backup Loaders=== |
Revision as of 13:06, 6 February 2016
WiiU Homebrew | |
---|---|
Introduction • Homebrew Development • Glossary | |
Lists | All Homebrew • Applications • Games • Emulators • Demos • CFWs • Exploits • Development Tools • PC Utilities |
Homebrew Loaders | Backup Loaders | System Tools | Utilities | Other applications |
Homebrew Loaders
Title | Description | Author | Thread | Source |
---|---|---|---|---|
Elf Loader | Loads an elf file from SD card. Incomplete. Part of LibWiiU examples. | Fix94 MrRean | git git | |
SD Homebrew Loader | Loads an elf file from SD card. Incomplete. Currently only integrated to LoadiineGX2. | Dimok | git |
Backup Loaders
Title | Description | Author | Thread | Source |
---|---|---|---|---|
Loadiine | The first backup loader for WiiU games. Launches extracted games located on SD card. covers Loadiine v1.0a to v4.0 | Golden45, Dimok | Thread | Git |
Loadiine GX2 | Loadiine v5 and newer. Constains a new Graphical User Interface using WiiU GX2 libraries. | Dimok | Unreleased |
System Tools
Title | Description | Author | Thread | Source |
---|---|---|---|---|
Dumpiine | Dump game's RPX and RPL. | Golden45 | Thread | |
Loadiine xml dumper | Dump XML values from memory needed for Loadiine v4.0 and newer. | Dimok | Link | |
NNU Patcher | Patcher to bypass the update verification function allowing eShop access on Spoofed consoles. | Fix94 | Thread | Git |
Saviine | Manage WiiU savegames. Extract from WiiU to SD card and inject back the savegames files. | Maschell | Thread | Git |
WUP Installer | Manually install NUS downloaded titles to WiiU. Limited to Game updates and version.bin title. | Crediar | Thread Official website | Git |
Utilities
Title | Description | Author | Thread | Source |
---|---|---|---|---|
Cafiine | Redirects file access from disc to network. Allows game modding by replacing files in realtime. | |||
TCPGecko | Realtime debugger and memory editor using TCP to communicate with the computer. Needs PyGecko or Gecko dot net on computer. |
Other applications
Title | Description | Author | Thread | Source |
---|---|---|---|---|
gc-to-vpad | A WiiU patcher to replace the gamepad input with the gamecube adapter. | Fix94 | Thread | git |
Mii-Test-U | A gamepad testing application. | Voxel Studios | Thread | Thread's first post. |