summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2020-05-29 15:00:17 -0400
committerGravatar Fernando Sahmkow2020-06-27 11:36:20 -0400
commit272a87127a68bbb9d7c7984e619ee12702d7b8e0 (patch)
tree9a53726ce771eae3bd350829f07a02e7e30c521f /src/core/core.h
parentExternals: Update Dynarmic. (diff)
downloadyuzu-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.h3
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
384private: 387private:
385 System(); 388 System();
386 389