mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
rsx_method_t extended
rsx_methods.cpp cleanup
This commit is contained in:
parent
6a9f3040e1
commit
1c69eb2b73
3 changed files with 143 additions and 173 deletions
|
@ -478,7 +478,7 @@ namespace rsx
|
|||
|
||||
if (auto method = methods[reg])
|
||||
{
|
||||
method(this, value);
|
||||
method(this, reg, value);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue