mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Merge pull request #7638 from CrystalGamma/pr-addresshelpers
PowerPC: Thread state through the address helpers
This commit is contained in:
@@ -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
Reference in New Issue
Block a user