make LLE "work" on linux

also with XK's patch to fix LLE save state


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@539 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-09-16 13:53:11 +00:00
parent 17b8a7511b
commit 4de10e2d94
6 changed files with 24 additions and 14 deletions

View File

@ -47,7 +47,4 @@ void dsp_opf(uint16 opc);
#define FLAG_ENABLE_INTERUPT 11
extern inline bool dsp_SR_is_flag_set(uint8 flag);
#endif