Implement exclusive monitor

This commit is contained in:
MerryMage
2018-07-03 14:28:46 +01:00
parent 258a5cee84
commit 0b1c2e5505
9 changed files with 160 additions and 13 deletions

View File

@ -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;