Maschell
|
5247775b03
|
Support for WUPS 0.5, compile with latest wut version
|
2021-04-17 14:05:39 +02:00 |
|
Maschell
|
b48a53b63d
|
Try to allocate memory for the plugins via the memory mapping module
|
2021-04-01 00:37:22 +02:00 |
|
Maschell
|
f11649bc36
|
Support WUPS 0.4, remove some unused code.
|
2021-03-16 17:55:32 +01:00 |
|
Maschell
|
189af02743
|
Reduce logging
|
2021-02-19 19:41:04 +01:00 |
|
Maschell
|
f0b78caec3
|
Updating logging messages, call DCFlushRange on the actual heap instead of a hardcoded address, general clean up.
|
2021-01-10 13:17:47 +01:00 |
|
Maschell
|
4ef9a90378
|
Fix patching of dynamic functions by resetting there status on exit
|
2020-12-28 14:38:49 +01:00 |
|
Maschell
|
75bbf9b457
|
Call ApplicationEnd-hooks inside WUMS_APPLICATIONS_ENDS, remove __init_wut()/__fini_wut() calls
|
2020-12-28 14:38:08 +01:00 |
|
Maschell
|
e9bd4651ca
|
Clean up and formatting
|
2020-12-26 14:17:50 +01:00 |
|
Maschell
|
0467178650
|
Add missing __init_wut and __fini_wut calls
|
2020-12-26 13:27:50 +01:00 |
|
Maschell
|
4d13709c00
|
Check the module information struct version
|
2020-06-07 14:10:31 +02:00 |
|
Maschell
|
4edc55f02e
|
Get module_information_t pointer from args instead of "guessing" it
|
2020-06-06 22:10:41 +02:00 |
|
Maschell
|
506b8eaf9a
|
Use definitions from WUMS if possible
|
2020-06-06 16:40:25 +02:00 |
|
Maschell
|
42866ffbac
|
Don't clear the .bss section anymore, call the wut init functions only once, except the devop one
|
2020-06-03 19:33:09 +02:00 |
|
Maschell
|
2b517b5699
|
Remove the elfio reader from the PluginData class, use it when it's needed
|
2020-06-03 18:34:31 +02:00 |
|
Maschell
|
b2562f6275
|
Adopt to new chnages of WUMS
|
2020-06-03 18:21:43 +02:00 |
|
Maschell
|
7a7a1f7a63
|
Organize imports and format code
|
2020-05-28 20:51:31 +02:00 |
|
Maschell
|
80a0712519
|
Make sure to use plugins only in proccess 2 and 15.
|
2020-05-28 20:49:52 +02:00 |
|
Maschell
|
c3cca4926c
|
Build with WiiUModuleSystem, export a bunch of useful functions to control the backend
|
2020-05-17 21:08:13 +02:00 |
|
Maschell
|
9a5d3a843f
|
Add support for loading a list of plugin data on the next application change
|
2020-05-17 20:49:31 +02:00 |
|
Maschell
|
3af7de28d8
|
Move global variables into a own file
|
2020-05-17 20:40:05 +02:00 |
|
Maschell
|
ccdc22c923
|
Improve logging
|
2020-05-08 11:17:24 +02:00 |
|
Maschell
|
3fb7f80050
|
Move loadPlugins function to PluginManagement
|
2020-05-03 14:20:00 +02:00 |
|
Maschell
|
ead8b14f98
|
Add the PluginHeapHandle as an argument instead of using the global variable
|
2020-05-03 14:14:22 +02:00 |
|
Maschell
|
80eb885dd2
|
Refactor loading plugins
|
2020-05-03 12:37:20 +02:00 |
|
Maschell
|
0c0680be77
|
Even more formatting
|
2020-05-03 12:30:15 +02:00 |
|
Maschell
|
4f5de0f889
|
Add intial support for function patching via plugins
|
2020-05-03 11:13:55 +02:00 |
|
Maschell
|
6d8fd08f25
|
Increase the maximum number of relocations from 500 to 1000. Refactor some code to a "PluginManagement" class.
|
2020-05-03 10:21:05 +02:00 |
|
Maschell
|
2705a91c13
|
First iteration of the WUPS-Backend as a .rpx/module for the SetupPayload
- Function replacements are not implemented yet
- Serveral features like the config menu are missing
Still WIP
|
2020-04-29 18:02:36 +02:00 |
|