mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
GekkoDisassembler: Remove unused parameter dmode from nooper function
With the removal of m_flags, dmode is no longer used in nooper.
This commit is contained in:
parent
317bb629b9
commit
a732647e5a
2 changed files with 9 additions and 9 deletions
|
@ -66,7 +66,7 @@ private:
|
|||
static void bli(u32 in);
|
||||
static void mcrf(u32 in, std::string_view suffix);
|
||||
static void crop(u32 in, std::string_view n1, std::string_view n2);
|
||||
static void nooper(u32 in, std::string_view name, unsigned char dmode);
|
||||
static void nooper(u32 in, std::string_view name);
|
||||
static void rlw(u32 in, std::string_view name, int i);
|
||||
static void ori(u32 in, std::string_view name);
|
||||
static void rld(u32 in, std::string_view name, int i);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue