Maschell
ffb802d561
Fix config menu exit text
2026-04-14 18:58:01 +02:00
Maschell
457573415d
Revert back to previous reent cleanup implementation
2026-04-13 20:54:53 +02:00
Maschell
717c48265f
Fix implementation of ClearDanglingReentPtr
2026-04-11 11:50:26 +02:00
Maschell
2c702cbd9f
Clean up logs
2026-04-11 10:13:05 +02:00
Maschell
8b19bcc85b
Simplify ClearDanglingReentPtr
2026-04-10 14:43:04 +02:00
Maschell
2e5de3e6e7
Implement support for WUPS 0.9.1, add proper plugin reent handling
2026-04-08 20:13:03 +02:00
Maschell
8c973db737
Fix compiling with debug logs
2026-03-29 13:19:18 +02:00
Maschell
5cd5a7b89b
Update ConfigMenu to have a "hidden" sub menu for toggling heap tracking, preserve heap tracking option on wiiloading
2026-03-29 13:19:18 +02:00
Maschell
ace0b9a0b3
Add "plugins details" command
2026-03-29 13:19:18 +02:00
Maschell
e1efc665ca
Replace "hook_names" array with helper function and move it into utils
2026-03-29 13:19:18 +02:00
Maschell
6a3e051827
Return empty MemorySegmentInfo when attempting a out of bounce access
2026-03-29 13:19:18 +02:00
Maschell
32d6df4ec2
Add "aroma plugins list" iopshell command
2026-03-29 13:19:18 +02:00
Maschell
3cd63ab299
Initial support for tracking plugin heap usage and detect double frees or memory leaks
2026-03-29 13:19:18 +02:00
Maschell
a7cd9ff36d
Fix crash when loading incompatible plugins
2026-02-11 12:28:30 +01:00
Maschell
a85aedb1f9
Add missing includes
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
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
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
94ca12b415
ConfigMenu: Show wiimote button when the last input was on a wiimote
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
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
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
bb8e84088c
Add simple "safe mode" which disable all non-basearoma plugins
2025-02-08 13:14:17 +01:00
Maschell
284f41db54
Fix config menu when no plugins are loaded, improve UI
2025-02-08 13:14:17 +01:00
Maschell
a92dae2574
Add initial support for persisting a lsit inactive plugins
2025-02-08 13:14:17 +01:00
Maschell
ab7169e3c9
Reset active state in config menu when active selection is aborted (by pressing B or home)
2025-02-08 13:14:17 +01:00
Maschell
aa3248d338
Preserve disabled plugins when wiiloading a new plugin
2025-02-08 13:14:17 +01:00
Maschell
b645e1ce52
Only return active plugins in WUPSGetLoadedPlugins
2025-02-08 13:14:17 +01:00
Maschell
07a3009d54
Use bulleye char for checkbox
2025-02-08 13:14:17 +01:00
Maschell
dfa2d084a3
Add support for B-button in active-mode-screen
2025-02-08 13:14:17 +01:00
Maschell
7802937943
Initial support for disabling/enabling plugins in config menu
2025-02-08 13:14:17 +01:00
Maschell
98f182501c
Only check for config menu if the plugin is linked and loaded
2025-02-08 13:14:17 +01:00
Maschell
aef2ccc628
Only show active plugins in config menu
2025-02-08 13:14:17 +01:00
Maschell
84f9c4fab9
Save info is plugin is linked and loaded inside config info
2025-02-08 13:14:17 +01:00
Maschell
eb648ffe21
Make PluginLinkInformation not optional anymore in PluginContainer, add stub link data if missing
2025-02-08 13:14:17 +01:00
Maschell
e1d77a971e
Rename PluginInformation to PluginLinkInformation and make it optional in PluginContainer
2025-02-08 13:14:17 +01:00
Maschell
d2c1530084
Update plugin (un)loading logic to keep plugins loaded if possible
2025-02-08 13:14:17 +01:00
Maschell
6f7afe387e
Code cleanup
2025-02-08 13:14:17 +01:00
Daniel K. O.
5893ac2f18
Use left/right to jump a full page on the toplevel menu. ( #84 )
...
* Allow using dpad left/right to navigate a whole page up or down, in the toplevel menu.
* Wrap around when paging up/down at the top/bottom.
* Cosmetic code change, and no wrap-around while paging.
---------
Co-authored-by: Daniel K. O. (dkosmari) <none@none>
2024-08-09 19:45:45 +02:00
Andrew
87bb3c521f
Explicit support for Motion Plus controllers
2024-07-05 16:37:20 +02:00