Add custom pm sysmodule

This commit is contained in:
TuxSH
2019-03-29 00:32:45 +01:00
parent e57abad52f
commit 1041d7c438
36 changed files with 2954 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
#pragma once
#include <3ds/exheader.h>
// Official PM uses an overly complicated allocator with semaphores
void ExHeaderInfoHeap_Init(void *buf, size_t num);
ExHeader_Info *ExHeaderInfoHeap_New(void);
void ExHeaderInfoHeap_Delete(ExHeader_Info *data);