aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2020-05-29 15:00:17 -0400
committerFernando Sahmkow <fsahmkow27@gmail.com>2020-06-27 11:36:20 -0400
commit272a87127a68bbb9d7c7984e619ee12702d7b8e0 (patch)
tree9a53726ce771eae3bd350829f07a02e7e30c521f /src/core/core.h
parent39ddce1ab5bc40b94e0bc4c04acdd886d5ccc0a3 (diff)
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 d2d1fcc5be..133ecb8e1c 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();