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

@ -20,6 +20,7 @@
#ifndef _DSPTABLES_H
#define _DSPTABLES_H
#include "Common.h"
enum parameterType
{
P_NONE = 0x0000,
@ -103,6 +104,6 @@ extern const u32 opcodes_ext_size;
void InitInstructionTable();
void DestroyInstructionTable();
void ComputeInstruction(UDSPInstruction& inst);
void ComputeInstruction(const UDSPInstruction& inst);
#endif // _DSPTABLES_H