aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/physical_core.cpp
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-02-26 10:44:21 -0400
committerFernando Sahmkow <fsahmkow27@gmail.com>2020-06-27 11:35:15 -0400
commit3d9fbb8226e9bf7dce99568f6e616e7361d43c41 (patch)
treebce92b63c7c038c4eda6f6118b8b39aa92a09efb /src/core/hle/kernel/physical_core.cpp
parent15a79eb0d7abe752a9a55d0cfa7ea220e17318b7 (diff)
CPU_Manager: Reconfigre guest threads for dynamrmic downsides
Diffstat (limited to 'src/core/hle/kernel/physical_core.cpp')
-rw-r--r--src/core/hle/kernel/physical_core.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/kernel/physical_core.cpp b/src/core/hle/kernel/physical_core.cpp
index 69202540b..ff14fcb42 100644
--- a/src/core/hle/kernel/physical_core.cpp
+++ b/src/core/hle/kernel/physical_core.cpp
@@ -45,6 +45,9 @@ PhysicalCore::~PhysicalCore() = default;
void PhysicalCore::Run() {
arm_interface->Run();
+}
+
+void PhysicalCore::ClearExclusive() {
arm_interface->ClearExclusiveState();
}