match msmmem.c, m409/player.c progress

This commit is contained in:
CreateSource 2024-07-11 22:56:33 -04:00
parent c073ee4d07
commit 3ec127d86d
5 changed files with 450 additions and 33 deletions

5
include/msm/msmmem.h Normal file
View file

@ -0,0 +1,5 @@
#include "dolphin/types.h"
void msmMemFree(void*);
void* msmMemAlloc(s32);
void msmMemInit(void*, u32);