fix compile and some code weirdness

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2819 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-04-01 20:57:20 +00:00
parent ca7683a911
commit 692a05bfe9
4 changed files with 93 additions and 91 deletions

View File

@ -100,7 +100,7 @@ bool gdsp_run(void);
bool gdsp_runx(u16 cnt);
void gdsp_stop(void);
void gdsp_write_cr(u16 val);
void gdsp_write_cr(u16 val);
u16 gdsp_read_cr(void);
u16* gdsp_get_iram(void);