Label much of MSM

This commit is contained in:
gamemasterplc 2025-01-15 23:38:02 -06:00
parent ef9659fef2
commit f85ca08c4c
14 changed files with 2207 additions and 2190 deletions

View file

@ -3,8 +3,8 @@
#include "dolphin/types.h"
void msmMemFree(void *);
void *msmMemAlloc(u32);
void msmMemInit(void *, u32);
void msmMemFree(void *ptr);
void *msmMemAlloc(u32 sze);
void msmMemInit(void *ptr, u32 size);
#endif