diff options
| author | 2020-03-12 16:48:43 -0400 | |
|---|---|---|
| committer | 2020-06-27 11:35:48 -0400 | |
| commit | 7020d498c5aef7c1180bfc57031cdd7fbfecdf0f (patch) | |
| tree | f2508e39a02966cdd4d9acda1e14ed93cdc150cd /src/core/core.h | |
| parent | General: Fix Stop function (diff) | |
| download | yuzu-7020d498c5aef7c1180bfc57031cdd7fbfecdf0f.tar.gz yuzu-7020d498c5aef7c1180bfc57031cdd7fbfecdf0f.tar.xz yuzu-7020d498c5aef7c1180bfc57031cdd7fbfecdf0f.zip | |
General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running.
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 6 |
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 | |||
| 380 | private: | 386 | private: |
| 381 | System(); | 387 | System(); |
| 382 | 388 | ||