mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
linux port fixed; some cleanups
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@706 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
ee2a3bdfa5
commit
bcd94522e8
21 changed files with 150 additions and 486 deletions
|
@ -13,6 +13,9 @@ void emu_startSound(void);
|
|||
void emu_endSound(void);
|
||||
void emu_waitSound(void);
|
||||
void emu_ResetGame(void); // TODO mv rm?
|
||||
void emu_Init(void);
|
||||
void emu_Deinit(void);
|
||||
void emu_Loop(void);
|
||||
|
||||
void emu_noticeMsgUpdated(void);
|
||||
int emu_getMainDir(char *dst, int len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue