Releases: wiiu-env/WiiUPluginLoaderBackend
Nightly-WiiUPluginLoaderBackend-20230107-124755
What's Changed
Full Changelog: WiiUPluginLoaderBackend-20230106-084627...WiiUPluginLoaderBackend-20230107-124755
Nightly-WiiUPluginLoaderBackend-20230106-084627
What's Changed
Full Changelog: WiiUPluginLoaderBackend-20230105-211241...WiiUPluginLoaderBackend-20230106-084627
Nightly-WiiUPluginLoaderBackend-20230105-211241
Not a stable release:
Update the config menu UI to show the correct controls
Fix the scroll indicator in config menu
Improve config menu navigation
Improve config menu by adding a loading screen
Fix memory leak in DrawUtils::print function
Nightly-WiiUPluginLoaderBackend-20230104-211603
Not a stable release:
Use libschrift instead of Freetype for font rendering
Nightly-WiiUPluginLoaderBackend-20230104-153915
Not a stable release:
Remove all save functions from ELFIO. We don't need them anyway
Remove address translator from ELFIO
Avoid using streams in ELFIO to massively reduce the binary size
Add -Wextra flag to Makefile
Nightly-WiiUPluginLoaderBackend-20230104-021853
Not a stable release:
Update to latest ELFIO and undo any changes directly to ELFIO
Nightly-WiiUPluginLoaderBackend-20230104-011401
Not a stable release:
Update Makefile to be compatible with CLion
Call the DEINIT_HOOK before restoring the function patches
Add break in CallHook switch-case
Update CI files to use actions/checkout@v3
WiiUPluginLoaderBackend v0.2
- Config: Added support for X,Y, L stick, R stick, PLUS and MINUS in "onButtonPressed" callback
- Config: Implemented "isMovementAllowed" and "onSelected" callback
- Ignore files that don't end with ".wps" or start with "." or "_"
- Fixed calling the DEINIT_PLUGIN hook after before unloading a plugin
- Fixed resetting the trampoline data to avoid a crash when re-loading pugins 50+ times without restarting the console
- Set a custom OSDynLoad Allocator when processing relocations
- Fixed some games like Dot Arcade which crash when plugin need a .rpl which hasn't been loaded
Nightly-WiiUPluginLoaderBackend-20221009-144407
Not a stable release:
Update version string
Nightly-WiiUPluginLoaderBackend-20221005-190511
Not a stable release:
Keep track of acquired RPLs and release them on exit
Update Dockerfile