Add custom pm sysmodule
This commit is contained in:
9
sysmodules/pm/source/exheader_info_heap.h
Normal file
9
sysmodules/pm/source/exheader_info_heap.h
Normal 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);
|
||||
Reference in New Issue
Block a user