match msmmem.c, m409/player.c progress
This commit is contained in:
parent
c073ee4d07
commit
3ec127d86d
5 changed files with 450 additions and 33 deletions
5
include/msm/msmmem.h
Normal file
5
include/msm/msmmem.h
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#include "dolphin/types.h"
|
||||
|
||||
void msmMemFree(void*);
|
||||
void* msmMemAlloc(s32);
|
||||
void msmMemInit(void*, u32);
|
||||
Loading…
Add table
Add a link
Reference in a new issue