mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 09:54:38 +00:00
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);
|