mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Gekko constistancy changes. Add context item to codeview to show or copy a load/store target memory address from instructions at or near PC when paused.
This commit is contained in:
@ -56,7 +56,7 @@ private:
|
||||
|
||||
static std::string ra_rb(u32 in);
|
||||
static std::string rd_ra_rb(u32 in, int mask);
|
||||
static std::string fd_ra_rb(u32 in, int mask);
|
||||
static std::string fd_ra_rb(u32 in);
|
||||
|
||||
static void trapi(u32 in, unsigned char dmode);
|
||||
static void cmpi(u32 in, int uimm);
|
||||
@ -84,7 +84,7 @@ private:
|
||||
static void ldst(u32 in, std::string_view name, char reg, unsigned char dmode);
|
||||
static void fdabc(u32 in, std::string_view name, int mask, unsigned char dmode);
|
||||
static void fmr(u32 in);
|
||||
static void fdab(u32 in, std::string_view name, int mask);
|
||||
static void fdab(u32 in, std::string_view name);
|
||||
static void fcmp(u32 in, char c);
|
||||
static void mtfsb(u32 in, int n);
|
||||
static void ps(u32 inst);
|
||||
|
Reference in New Issue
Block a user