mirror of
https://github.com/Roberto-Nessy/OoT3D_Standalone_Free_Cam.git
synced 2025-10-06 00:02:40 +02:00
8 lines
229 B
C
8 lines
229 B
C
#include "newcodeinfo.h"
|
|
#include "3ds/types.h"
|
|
|
|
Result svcControlProcessMemory(Handle process, u32 addr0, u32 addr1, u32 size, u32 type, u32 perm);
|
|
|
|
Handle getCurrentProcessHandle(void)
|
|
__attribute__((section (".loader")));
|