adda19ecb2
was in BASE (hardcoded by kernel) while its heaps were in SYSTEM. Fix this; also put the kext where BASE was.
9 lines
163 B
C
9 lines
163 B
C
#pragma once
|
|
|
|
#include <3ds/types.h>
|
|
|
|
bool hasKExt(void);
|
|
u32 getKExtSize(void);
|
|
u32 getStolenSystemMemRegionSize(void);
|
|
bool isTitleLaunchPrevented(u64 titleId);
|