A few fixes to DSP LLE, added prologue and epilogue infrastructure (not working yet). Fixed if in Initializing the inst. table.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2837 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2009-04-02 17:45:18 +00:00
parent 55f48a2e37
commit 6d9b2754e5
4 changed files with 190 additions and 163 deletions

View File

@ -96,6 +96,8 @@ typedef struct
u8 size;
u8 param_count;
DSPOParams params[8];
dspInstFunc prologue;
dspInstFunc epilogue;
} DSPOPCTemplate;
extern DSPOPCTemplate opcodes[];