mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 21:12:44 +01:00
7 lines
216 B
C++
7 lines
216 B
C++
// 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;
|