summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/physical_core.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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.