mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 23:08:47 +00:00
GekkoDisassembler: Remove unused parameter dmode from ldst function
With the removal of m_flags, dmode is no longer used in ldst.
This commit is contained in:
parent
418fe353ec
commit
37874f689a
2 changed files with 9 additions and 9 deletions
|
@ -79,7 +79,7 @@ private:
|
|||
static void mspr(u32 in, int smode);
|
||||
static void mtb(u32 in);
|
||||
static void sradi(u32 in);
|
||||
static void ldst(u32 in, std::string_view name, char reg, unsigned char dmode);
|
||||
static void ldst(u32 in, std::string_view name, char reg);
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue