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

@ -6,7 +6,7 @@
#include "backend/x64/block_of_code.h"
namespace Dynarmic::BackendX64 {
namespace Dynarmic::Backend::X64 {
struct BlockOfCode::ExceptionHandler::Impl final {
};
@ -18,4 +18,4 @@ void BlockOfCode::ExceptionHandler::Register(BlockOfCode&) {
// Do nothing
}
} // namespace Dynarmic::BackendX64
} // namespace Dynarmic::Backend::X64