mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Implement at32() util
Works like .at() but uses source location for "exception".
This commit is contained in:
parent
2655255d4d
commit
6ff6a4989a
62 changed files with 472 additions and 452 deletions
|
@ -2981,7 +2981,7 @@ namespace rsx
|
|||
|
||||
auto bind = [](u32 id, rsx_method_t func)
|
||||
{
|
||||
methods.at(id) = func;
|
||||
::at32(methods, id) = func;
|
||||
};
|
||||
|
||||
auto bind_array = [](u32 id, u32 step, u32 count, rsx_method_t func)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue