diff options
| author | 2020-05-29 15:00:17 -0400 | |
|---|---|---|
| committer | 2020-06-27 11:36:20 -0400 | |
| commit | 272a87127a68bbb9d7c7984e619ee12702d7b8e0 (patch) | |
| tree | 9a53726ce771eae3bd350829f07a02e7e30c521f /src/core/core.h | |
| parent | Externals: Update Dynarmic. (diff) | |
| download | yuzu-272a87127a68bbb9d7c7984e619ee12702d7b8e0.tar.gz yuzu-272a87127a68bbb9d7c7984e619ee12702d7b8e0.tar.xz yuzu-272a87127a68bbb9d7c7984e619ee12702d7b8e0.zip | |
Services/NvFlinger: Do vSync in a sepparate thread on Multicore.
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index d2d1fcc5b..133ecb8e1 100644 --- a/src/core/core.h +++ b/src/core/core.h | |||
| @@ -381,6 +381,9 @@ public: | |||
| 381 | /// Exit Dynarmic Microprofile | 381 | /// Exit Dynarmic Microprofile |
| 382 | void ExitDynarmicProfile(); | 382 | void ExitDynarmicProfile(); |
| 383 | 383 | ||
| 384 | /// Tells if system is running on multicore. | ||
| 385 | bool IsMulticore() const; | ||
| 386 | |||
| 384 | private: | 387 | private: |
| 385 | System(); | 388 | System(); |
| 386 | 389 | ||