mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +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
1f0fec1c63
commit
a5a4489818
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