Commit Graph

301 Commits

Author SHA1 Message Date
Maschell
d483c4e39b Truncate item name in config menu if needed 2026-04-29 17:29:37 +02:00
Maschell
d03caa26a0 Improve performance of config menu drawing 2026-04-29 17:29:37 +02:00
Maschell
5646d808a8 Bump version 2026-04-29 17:29:37 +02:00
Maschell
165c040475 Fix using devoptabs/sockets in DEINITIALIZE_PLUGIN hook 2026-04-28 20:33:10 +02:00
Maschell
7119d9ca94 Bump Version 2026-04-19 12:03:58 +02:00
Maschell
a22da69f2d Add logic to handle the "reent" bug 2026-04-19 12:03:58 +02:00
Maschell
66fd70e759 Fix typo in safe mode warning 2026-04-19 12:03:58 +02:00
Maschell
0babd38f29 Remove unneeded register 2026-04-19 12:03:58 +02:00
Maschell
3840647d34 Use non-newlib function to allocate memory for reent structs to make things simpler 2026-04-19 12:03:58 +02:00
Maschell
0576b17e0d Fix config menu exit text 2026-04-19 12:03:58 +02:00
Maschell
dc0760b3f1 Revert back to previous reent cleanup implementation 2026-04-19 12:03:58 +02:00
Maschell
0d4e1544f8 Fix implementation of ClearDanglingReentPtr 2026-04-19 12:03:58 +02:00
Maschell
77144948a9 Clean up logs 2026-04-19 12:03:58 +02:00
Maschell
1206dbc502 Bump Version 2026-04-19 12:03:58 +02:00
Maschell
214ebe09ed Simplify ClearDanglingReentPtr 2026-04-19 12:03:58 +02:00
Maschell
e49b1c4e7c Implement support for WUPS 0.9.1, add proper plugin reent handling 2026-04-19 12:03:58 +02:00
Maschell
434bceff17 Fix compiling with debug logs 2026-04-19 12:03:58 +02:00
Maschell
a93e62ab2b Update details commands to hide certain infos if not loaded 2026-04-19 12:03:58 +02:00
Maschell
f1da0cfbcf Update ConfigMenu to have a "hidden" sub menu for toggling heap tracking, preserve heap tracking option on wiiloading 2026-04-19 12:03:58 +02:00
Maschell
1ec0215226 Check for leaked memory when unloading a plugin 2026-04-19 12:03:58 +02:00
Maschell
e46b5369fa Add "plugins details" command 2026-04-19 12:03:58 +02:00
Maschell
f89bff6360 Replace "hook_names" array with helper function and move it into utils 2026-04-19 12:03:58 +02:00
Maschell
3f5cfe4bee Return empty MemorySegmentInfo when attempting a out of bounce access 2026-04-19 12:03:58 +02:00
Maschell
2a1a0ec016 Add "aroma plugins list" iopshell command 2026-04-19 12:03:58 +02:00
Maschell
74a3b02a7e Add iopshell command for showing memory usage 2026-04-19 12:03:58 +02:00
Maschell
ae25d0736c Initial support for tracking plugin heap usage and detect double frees or memory leaks 2026-04-19 12:03:58 +02:00
Maschell
18356ae748 Add additional comments to make "gLoadOnNextLaunch" logic clearer 2026-04-19 12:03:58 +02:00
Maschell
91386e8473 Fix function signature of SC17_FindClosestSymbol hook 2026-04-19 12:03:58 +02:00
Maschell
73ea476ad1 Add missing FINI_WRAPPER hook call before deinit 2026-04-19 12:03:58 +02:00
Maschell
1a9ed19ba4 Fix resolving symbolnames while cleaning up plugins 2026-04-19 12:03:58 +02:00
Maschell
57408ed42d Fix crash when loading incompatible plugins 2026-04-19 12:03:58 +02:00
Maschell
157eca3c64 Bump Version
Some checks failed
CI-Release / clang-format (push) Has been cancelled
CI-Release / build-binary (push) Has been cancelled
CI-Release / deploy-binary (push) Has been cancelled
2026-01-26 20:08:26 +01:00
Maschell
6b7d1b1ee4 Fix missing entry for "WUPS_LOADER_HOOK_INIT_WUT_THREAD" in hook_names 2026-01-26 20:08:26 +01:00
Maschell
544b0242a9 Add support for WUPS 0.9.0 2026-01-26 20:08:26 +01:00
Maschell
a85aedb1f9 Add missing includes 2026-01-26 20:08:26 +01:00
Maschell
1b4b146111 Make kernel patches a bit more robust 2026-01-26 20:08:26 +01:00
Maschell
3d4f22ec00 Fix warnings 2026-01-26 20:08:26 +01:00
Maschell
348985c1df Use std::recursive_mutex instead of std::mutex 2026-01-26 20:08:26 +01:00
Maschell
9275d98e47
Fake VPADResult when pressing the config menu buttonn combo to avoid error message in some games (#110)
Some checks failed
CI-Release / clang-format (push) Has been cancelled
CI-Release / build-binary (push) Has been cancelled
CI-Release / deploy-binary (push) Has been cancelled
2025-02-15 19:08:40 +01:00
Daniel K. O.
c4ba7030d9
Block on VPADRead() while the plugin menu is open in Hyrule Warriors. (#109)
Some checks are pending
CI-Release / clang-format (push) Waiting to run
CI-Release / build-binary (push) Blocked by required conditions
CI-Release / deploy-binary (push) Blocked by required conditions
* Block on `VPADRead()` while the plugin menu is open.

* Trying to please clang-format.

* Block `VPADRead()` only for Hyrule Warriors.

---------

Co-authored-by: Daniel K. O. (dkosmari) <none@none>
2025-02-14 17:59:06 +01:00
Daniel K. O. (dkosmari)
23533c77de Ported the paging code from the main branch.
--HG--
branch : page-up-down-nav
2025-02-08 13:14:17 +01:00
Maschell
5321272924 Unload unactive plugin when wiiloading a plugin with the same name and author 2025-02-08 13:14:17 +01:00
Maschell
b031576757 ConfigMenu: Change wording from "activate" to "toogle 2025-02-08 13:14:17 +01:00
Maschell
9c24ed8f2e StorageAPI: code cleanup 2025-02-08 13:14:17 +01:00
Maschell
8ae02cdbfe StorageAPI: Make sure we keep mHandle of rootItem when force-reloading storage 2025-02-08 13:14:17 +01:00
Maschell
9229376259 Use latest WUPS and libbuttoncombo version 2025-02-08 13:14:17 +01:00
Maschell
aa7eb11013 Remove the global trampoline table and add a small trampoline table next to each .text section instead 2025-02-08 13:14:17 +01:00
Maschell
c884b17695 ButtonComboAPI: Check if provided callback is null 2025-02-08 13:14:17 +01:00
Maschell
94ca12b415 ConfigMenu: Show wiimote button when the last input was on a wiimote 2025-02-08 13:14:17 +01:00
Maschell
3ec6b3f4a1 ConfigAPI: bump api version 2025-02-08 13:14:17 +01:00