mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user