Implement exclusive monitor

This commit is contained in:
MerryMage 2018-07-03 14:28:46 +01:00
parent 0605fbbfeb
commit 34bf2dbf68
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;