mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-13 21:07:47 +00:00
System: Address Feedback
This commit is contained in:
parent
e9b557b38e
commit
8eb175481c
11 changed files with 30 additions and 24 deletions
|
@ -12,7 +12,8 @@ namespace Core {
|
|||
|
||||
ExclusiveMonitor::~ExclusiveMonitor() = default;
|
||||
|
||||
std::unique_ptr<Core::ExclusiveMonitor> MakeExclusiveMonitor(Memory::Memory& memory, std::size_t num_cores) {
|
||||
std::unique_ptr<Core::ExclusiveMonitor> MakeExclusiveMonitor(Memory::Memory& memory,
|
||||
std::size_t num_cores) {
|
||||
#ifdef ARCHITECTURE_x86_64
|
||||
return std::make_unique<Core::DynarmicExclusiveMonitor>(memory, num_cores);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue