Skip to content

Commit

Permalink
Merge pull request dolphin-emu#7638 from CrystalGamma/pr-addresshelpers
Browse files Browse the repository at this point in the history
PowerPC: Thread state through the address helpers
  • Loading branch information
degasus authored Apr 10, 2019
2 parents 1f6c67a + 95b06d1 commit 5a4700f
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 77 deletions.
6 changes: 0 additions & 6 deletions Source/Core/Core/PowerPC/Interpreter/Interpreter.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,6 @@ class Interpreter : public CPUCoreBase
// 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);
Expand Down
Loading

0 comments on commit 5a4700f

Please sign in to comment.