Created private msm headers and decomped a bit of msmsys.c
This commit is contained in:
parent
dc125f3067
commit
206b3e76a0
8 changed files with 524 additions and 33 deletions
12
include/msm/msmstream.h
Normal file
12
include/msm/msmstream.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef MSMSTREAM_H
|
||||
#define MSMSTREAM_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
void msmStreamPeriodicProc(void);
|
||||
void msmStreamSetOutputMode(s8);
|
||||
void msmStreamAmemFree(void);
|
||||
s32 msmStreamAmemAlloc(void);
|
||||
s32 msmStreamInit(char *);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue