diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-05-29 21:00:17 +0200 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2020-06-27 17:36:20 +0200 |
commit | 272a87127a68bbb9d7c7984e619ee12702d7b8e0 (patch) | |
tree | 9a53726ce771eae3bd350829f07a02e7e30c521f /src/core/core.h | |
parent | Externals: Update Dynarmic. (diff) | |
download | yuzu-272a87127a68bbb9d7c7984e619ee12702d7b8e0.tar yuzu-272a87127a68bbb9d7c7984e619ee12702d7b8e0.tar.gz yuzu-272a87127a68bbb9d7c7984e619ee12702d7b8e0.tar.bz2 yuzu-272a87127a68bbb9d7c7984e619ee12702d7b8e0.tar.lz yuzu-272a87127a68bbb9d7c7984e619ee12702d7b8e0.tar.xz yuzu-272a87127a68bbb9d7c7984e619ee12702d7b8e0.tar.zst yuzu-272a87127a68bbb9d7c7984e619ee12702d7b8e0.zip |
Diffstat (limited to '')
-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: /// Exit Dynarmic Microprofile void ExitDynarmicProfile(); + /// Tells if system is running on multicore. + bool IsMulticore() const; + private: System(); |