Skip to content

Releases: wiiu-env/WiiUPluginLoaderBackend

Nightly-WiiUPluginLoaderBackend-20230107-124755

07 Jan 12:47
Compare
Choose a tag to compare

What's Changed

  • Update to use WUMS 0.3.2 and the latest libfunctionpatcher by @Maschell in #31

Full Changelog: WiiUPluginLoaderBackend-20230106-084627...WiiUPluginLoaderBackend-20230107-124755

Nightly-WiiUPluginLoaderBackend-20230106-084627

06 Jan 08:46
Compare
Choose a tag to compare

What's Changed

  • Update the CI to use a non-deprecated release action by @Maschell in #30

Full Changelog: WiiUPluginLoaderBackend-20230105-211241...WiiUPluginLoaderBackend-20230106-084627

Nightly-WiiUPluginLoaderBackend-20230105-211241

05 Jan 21:12
Compare
Choose a tag to compare

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

04 Jan 21:16
Compare
Choose a tag to compare

Not a stable release:
Use libschrift instead of Freetype for font rendering

Nightly-WiiUPluginLoaderBackend-20230104-153915

04 Jan 15:39
Compare
Choose a tag to compare

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

04 Jan 02:18
Compare
Choose a tag to compare

Not a stable release:
Update to latest ELFIO and undo any changes directly to ELFIO

Nightly-WiiUPluginLoaderBackend-20230104-011401

04 Jan 01:14
Compare
Choose a tag to compare

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

09 Oct 14:43
Compare
Choose a tag to compare
  • 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

09 Oct 14:44
Compare
Choose a tag to compare

Not a stable release:
Update version string

Nightly-WiiUPluginLoaderBackend-20221005-190511

05 Oct 19:05
Compare
Choose a tag to compare

Not a stable release:
Keep track of acquired RPLs and release them on exit
Update Dockerfile