mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 06:28:13 +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
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#include "common/common_types.h"
|
||||
|
||||
namespace Dynarmic::BackendX64 {
|
||||
namespace Dynarmic::Backend::X64 {
|
||||
|
||||
namespace {
|
||||
std::mutex mutex;
|
||||
|
|
@ -72,11 +72,11 @@ void PerfMapClear() {
|
|||
OpenFile();
|
||||
}
|
||||
|
||||
} // namespace Dynarmic::BackendX64
|
||||
} // namespace Dynarmic::Backend::X64
|
||||
|
||||
#else
|
||||
|
||||
namespace Dynarmic::BackendX64 {
|
||||
namespace Dynarmic::Backend::X64 {
|
||||
|
||||
namespace detail {
|
||||
void PerfMapRegister(const void*, const void*, std::string_view) {}
|
||||
|
|
@ -84,6 +84,6 @@ void PerfMapRegister(const void*, const void*, std::string_view) {}
|
|||
|
||||
void PerfMapClear() {}
|
||||
|
||||
} // namespace Dynarmic::BackendX64
|
||||
} // namespace Dynarmic::Backend::X64
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue