Implement at32() util

Works like .at() but uses source location for "exception".
This commit is contained in:
Nekotekina 2022-09-19 15:57:51 +03:00 committed by Ivan
parent 2655255d4d
commit 6ff6a4989a
62 changed files with 472 additions and 452 deletions

View file

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