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:
Dentomologist
2023-07-01 16:51:47 -07:00
parent 317bb629b9
commit a732647e5a
2 changed files with 9 additions and 9 deletions

View File

@ -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);