mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-11 08:58:10 +01:00
backend/x64: Rename namespace BackendX64 -> Backend::X64
This commit is contained in:
parent
f569d7913c
commit
325808949f
42 changed files with 86 additions and 86 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
namespace Dynarmic::A64 {
|
||||
|
||||
using namespace BackendX64;
|
||||
using namespace Backend::X64;
|
||||
|
||||
static RunCodeCallbacks GenRunCodeCallbacks(A64::UserCallbacks* cb, CodePtr (*LookupBlock)(void* lookup_block_arg), void* arg) {
|
||||
return RunCodeCallbacks{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue