summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/physical_core.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-02-26 15:44:21 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2020-06-27 17:35:15 +0200
commit3d9fbb8226e9bf7dce99568f6e616e7361d43c41 (patch)
treebce92b63c7c038c4eda6f6118b8b39aa92a09efb /src/core/hle/kernel/physical_core.h
parentSVC: Correct SendSyncRequest. (diff)
downloadyuzu-3d9fbb8226e9bf7dce99568f6e616e7361d43c41.tar
yuzu-3d9fbb8226e9bf7dce99568f6e616e7361d43c41.tar.gz
yuzu-3d9fbb8226e9bf7dce99568f6e616e7361d43c41.tar.bz2
yuzu-3d9fbb8226e9bf7dce99568f6e616e7361d43c41.tar.lz
yuzu-3d9fbb8226e9bf7dce99568f6e616e7361d43c41.tar.xz
yuzu-3d9fbb8226e9bf7dce99568f6e616e7361d43c41.tar.zst
yuzu-3d9fbb8226e9bf7dce99568f6e616e7361d43c41.zip
Diffstat (limited to 'src/core/hle/kernel/physical_core.h')
-rw-r--r--src/core/hle/kernel/physical_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/kernel/physical_core.h b/src/core/hle/kernel/physical_core.h
index c3da30b72..cd2e42fc3 100644
--- a/src/core/hle/kernel/physical_core.h
+++ b/src/core/hle/kernel/physical_core.h
@@ -38,6 +38,8 @@ public:
/// Execute current jit state
void Run();
+ /// Clear Exclusive state.
+ void ClearExclusive();
/// Set this core in IdleState.
void Idle();
/// Execute a single instruction in current jit.