backend/x64: Rename namespace BackendX64 -> Backend::X64

This commit is contained in:
MerryMage 2020-04-08 11:46:36 +01:00
parent f569d7913c
commit 325808949f
42 changed files with 86 additions and 86 deletions

View file

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