Maschell
665abbbd89
Update details commands to hide certain infos if not loaded
2026-03-17 20:45:27 +01:00
Maschell
5651307757
Update ConfigMenu to have a "hidden" sub menu for toggling heap tracking, preserve heap tracking option on wiiloading
2026-03-17 20:45:27 +01:00
Maschell
0a2cb41187
Check for leaked memory when unloading a plugin
2026-02-18 15:43:04 +01:00
Maschell
f5f2bd7c21
Add "plugins details" command
2026-02-18 15:43:03 +01:00
Maschell
199e60dab0
Replace "hook_names" array with helper function and move it into utils
2026-02-18 15:43:03 +01:00
Maschell
1f866d9839
Return empty MemorySegmentInfo when attempting a out of bounce access
2026-02-18 15:43:03 +01:00
Maschell
218b4a0576
Add "aroma plugins list" iopshell command
2026-02-18 15:43:03 +01:00
Maschell
16ce4bdbb4
Add iopshell command for showing memory usage
2026-02-16 17:11:15 +01:00
Maschell
90d6767d11
Initial support for tracking plugin heap usage and detect double frees or memory leaks
2026-02-16 17:11:14 +01:00
Maschell
aadba0ea1b
Add additional comments to make "gLoadOnNextLaunch" logic clearer
2026-02-16 17:11:14 +01:00
Maschell
4d32c1f5ff
Fix function signature of SC17_FindClosestSymbol hook
2026-02-14 09:26:48 +01:00
Maschell
cf1477788e
Add missing FINI_WRAPPER hook call before deinit
2026-02-14 09:26:48 +01:00
Maschell
b3bd88ebc7
Fix resolving symbolnames while cleaning up plugins
2026-02-14 09:26:48 +01:00
Maschell
a7cd9ff36d
Fix crash when loading incompatible plugins
2026-02-11 12:28:30 +01:00
Maschell
157eca3c64
Bump Version
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 )
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 )
...
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
Maschell
d327b2d3ca
ButtonComboAPI: Add support for more wiimote buttons
2025-02-08 13:14:17 +01:00
Maschell
c70306ab6e
Add button combo module depedency
2025-02-08 13:14:17 +01:00
Maschell
e815739ab2
Fix logging button combo hook
2025-02-08 13:14:17 +01:00
Maschell
8942778768
Simplify trampoline reset, flush cache
2025-02-08 13:14:17 +01:00
Maschell
2c1586b4e9
Fix button mapping for button combo detection
2025-02-08 13:14:17 +01:00
Maschell
2db2247806
ButtonComboApi: Use C++ APIs where possible
2025-02-08 13:14:17 +01:00
Maschell
232f51ae68
ButtonComboAPI: Hold duration is now measure in ms instead of frames
2025-02-08 13:14:17 +01:00
Maschell
4919c5f98c
Fix move constructor/operator to properly release the combo handle, use std::forward_list instead of vector for the list
2025-02-08 13:14:17 +01:00
Maschell
930df8748f
Clean up includes
2025-02-08 13:14:17 +01:00
Maschell
cd92e47b9d
Add ButtonComboAPI support
2025-02-08 13:14:17 +01:00
Maschell
6565585d18
Fix compiling
2025-02-08 13:14:17 +01:00
Maschell
c8cf7c73eb
Bump version to 0.3.5
2025-02-08 13:14:17 +01:00
Maschell
82445acaf0
Fix json parsing error handling, other small fixes
2025-02-08 13:14:17 +01:00
Maschell
d989801b36
More fixes and changes
2025-02-08 13:14:17 +01:00
Maschell
89012aae29
Render simple safe mode screen
2025-02-08 13:14:17 +01:00
Maschell
aa399bef0f
Improve logging
2025-02-08 13:14:17 +01:00
Maschell
bb8e84088c
Add simple "safe mode" which disable all non-basearoma plugins
2025-02-08 13:14:17 +01:00