small compile/link fixes

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2820 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2009-04-01 21:30:09 +00:00
parent 692a05bfe9
commit 59c44bd13b
3 changed files with 92 additions and 92 deletions

View File

@ -68,10 +68,10 @@ union UDSPInstruction
unsigned ushift : 6;
};
// TODO(XK): Figure out more instruction structures (add structs here)
// TODO: Figure out more instruction structures (add structs here)
};
typedef void (*dspInstFunc)(UDSPInstruction&);
typedef void (*dspInstFunc)(const UDSPInstruction&);
typedef struct DSPOParams
{