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
10
include/msm/msmmus.h
Normal file
10
include/msm/msmmus.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef MSMMUS_H
|
||||
#define MSMMUS_H
|
||||
|
||||
#include "dolphin.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
s32 msmMusInit(s32 *, DVDFileInfo *);
|
||||
void msmMusPeriodicProc(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue