PowerPC: Thread state through the address helpers

This commit is contained in:
CrystalGamma
2019-04-02 19:52:59 +02:00
parent 8e1fb126d7
commit 95b06d183e
2 changed files with 71 additions and 77 deletions
@@ -291,12 +291,6 @@ private:
// flag helper
static void Helper_UpdateCR0(u32 value);
// address helper
static u32 Helper_Get_EA(const UGeckoInstruction inst);
static u32 Helper_Get_EA_U(const UGeckoInstruction inst);
static u32 Helper_Get_EA_X(const UGeckoInstruction inst);
static u32 Helper_Get_EA_UX(const UGeckoInstruction inst);
// paired helper
static void Helper_Dequantize(u32 addr, u32 instI, u32 instRD, u32 instW);
static void Helper_Quantize(u32 addr, u32 instI, u32 instRS, u32 instW);
File diff suppressed because it is too large Load Diff