Rewrite of the WUMSLoader to simplify the code and have more memory for modules

This commit is contained in:
Maschell
2022-05-07 21:12:18 +02:00
parent b247427427
commit b1b99343d6
88 changed files with 1299 additions and 2476 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <stdint.h>
#include <cstdint>
#define ADDRESS_main_entry_hook 0x0101C56C
@@ -10,7 +10,7 @@
#define KERN_SYSCALL_TBL_4 0xFFEAAA60 // works with home menu
#define KERN_SYSCALL_TBL_5 0xFFEAAE60 // works with browser (previously KERN_SYSCALL_TBL)
void SetupRelocator();
void SetupWUMSLoader();
void KernelWriteU32(uint32_t addr, uint32_t value);