mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-10 21:00:06 +00:00
externals: Update dynarmic to 6.6.1, Update oaknut to 2.0.1 (#7398)
This commit is contained in:
parent
469f76b075
commit
63feac6bb3
5 changed files with 33 additions and 37 deletions
|
@ -20,7 +20,7 @@ inline bool IsWithin128M(uintptr_t ref, uintptr_t target) {
|
|||
}
|
||||
|
||||
inline bool IsWithin128M(const oaknut::CodeGenerator& code, uintptr_t target) {
|
||||
return IsWithin128M(code.ptr<uintptr_t>(), target);
|
||||
return IsWithin128M(code.xptr<uintptr_t>(), target);
|
||||
}
|
||||
|
||||
template <typename T>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue