Commit Graph

14 Commits

Author SHA1 Message Date
Maschell
3943357dd7 Implement WUPS_LOADER_HOOK_VSYNC hook 2020-08-12 18:30:21 +02:00
Maschell
586ed091d7 Use the function patcher module for the plugin function patches 2020-08-12 18:30:21 +02:00
Maschell
7fc917da40 Use libfunctionpatcher for non-plugin function patches 2020-08-12 18:30:21 +02:00
Maschell
bed3f7920b Use definitions from WUMS if possible 2020-08-12 18:30:21 +02:00
Maschell
32d635a512 Don't clear the .bss section anymore, call the wut init functions only once, except the devop one 2020-08-12 18:30:21 +02:00
Maschell
25929e84fa Use libkernel for a KernelCopy instead register own kernel functions. 2020-08-12 18:30:21 +02:00
Maschell
b6aeb71846 OSReceiveMessage hook: Only look into the message if the result is true 2020-08-12 18:30:21 +02:00
Maschell
8050bb7e44 Make sure to use plugins only in proccess 2 and 15. 2020-08-12 18:30:21 +02:00
Maschell
fddd8842f2 Move global variables into a own file 2020-08-12 18:30:21 +02:00
Maschell
be84c8b48f Improve logging 2020-08-12 18:30:21 +02:00
Maschell
8dd161b177 Even more formatting 2020-08-12 18:30:21 +02:00
Maschell
87fa405af2 Add intial support for function patching via plugins 2020-08-12 18:30:21 +02:00
Maschell
1b047fb30c Calling FINI_WUT_DEVOPTAB at the end of a application is softlocking.
MEM2 is cleared anyway so this shouldn't be a memory leak. Needs further research
2020-08-12 18:30:21 +02:00
Maschell
9c23f9f315 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-08-12 18:30:21 +02:00