Added OPTYPE_LOADPS and OPTYPE_STOREPS instruction types to the PPC table.

Updated ARAM DMA and FIFO write exception checking to uses these types.

Conflicts:
	Source/Core/Core/PowerPC/Interpreter/Interpreter_Tables.cpp
	Source/Core/Core/PowerPC/PPCTables.h
This commit is contained in:
skidau
2014-09-07 15:46:29 +10:00
parent 0f256715e0
commit 945d431171
4 changed files with 11 additions and 7 deletions

View File

@ -70,6 +70,9 @@ enum
OPTYPE_STOREFP ,
OPTYPE_DOUBLEFP,
OPTYPE_SINGLEFP,
OPTYPE_LOADPS ,
OPTYPE_STOREPS ,
OPTYPE_FPU ,
OPTYPE_PS ,
OPTYPE_DCACHE ,
OPTYPE_ICACHE ,