diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2018-07-03 14:28:46 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2018-07-22 15:55:17 +0100 |
| commit | 0b1c2e5505c6478ef10e65c0b002eeb242e15540 (patch) | |
| tree | 187eeabceb451d3cd89b3f0fd47412a7a9e57015 /src/core/arm/exclusive_monitor.cpp | |
| parent | 258a5cee8429f4f4a3a7a0ead64d20269470392c (diff) | |
Implement exclusive monitor
Diffstat (limited to 'src/core/arm/exclusive_monitor.cpp')
| -rw-r--r-- | src/core/arm/exclusive_monitor.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/arm/exclusive_monitor.cpp b/src/core/arm/exclusive_monitor.cpp new file mode 100644 index 000000000..cb8c81d80 --- /dev/null +++ b/src/core/arm/exclusive_monitor.cpp @@ -0,0 +1,7 @@ +// Copyright 2018 yuzu emulator team +// Licensed under GPLv2 or any later version +// Refer to the license.txt file included. + +#include "core/arm/exclusive_monitor.h" + +ExclusiveMonitor::~ExclusiveMonitor() = default; |
