mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-10 01:36:27 +00:00
backend/x64: Rename namespace BackendX64 -> Backend::X64
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "common/common_types.h"
|
||||
#include "frontend/A32/location_descriptor.h"
|
||||
|
||||
namespace Dynarmic::BackendX64 {
|
||||
namespace Dynarmic::Backend::X64 {
|
||||
|
||||
/**
|
||||
* CPSR Bits
|
||||
@@ -202,4 +202,4 @@ void A32JitState::SetFpscr(u32 FPSCR) {
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace Dynarmic::BackendX64
|
||||
} // namespace Dynarmic::Backend::X64
|
||||
|
||||
Reference in New Issue
Block a user