rsx_method_t extended

rsx_methods.cpp cleanup
This commit is contained in:
Nekotekina 2016-07-31 16:34:52 +03:00
parent 6a9f3040e1
commit 1c69eb2b73
3 changed files with 143 additions and 173 deletions

View file

@ -478,7 +478,7 @@ namespace rsx
if (auto method = methods[reg])
{
method(this, value);
method(this, reg, value);
}
}