summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index 9a0dd1075..87df79d57 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -377,6 +377,12 @@ public:
377 /// Register a host thread as an auxiliary thread. 377 /// Register a host thread as an auxiliary thread.
378 void RegisterHostThread(); 378 void RegisterHostThread();
379 379
380 /// Enter Dynarmic Microprofile
381 void EnterDynarmicProfile();
382
383 /// Exit Dynarmic Microprofile
384 void ExitDynarmicProfile();
385
380private: 386private:
381 System(); 387 System();
382 388