summaryrefslogtreecommitdiffstats
path: root/src/core/core_cpu.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-10-12 14:21:51 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2019-10-15 17:55:24 +0200
commit25f8606a6dab595eb7a92fce9be32e0489079964 (patch)
tree66ab40014264b8ef8567831ba438e29dd672b255 /src/core/core_cpu.h
parentKernel_Thread: Eliminate most global accessors. (diff)
downloadyuzu-25f8606a6dab595eb7a92fce9be32e0489079964.tar
yuzu-25f8606a6dab595eb7a92fce9be32e0489079964.tar.gz
yuzu-25f8606a6dab595eb7a92fce9be32e0489079964.tar.bz2
yuzu-25f8606a6dab595eb7a92fce9be32e0489079964.tar.lz
yuzu-25f8606a6dab595eb7a92fce9be32e0489079964.tar.xz
yuzu-25f8606a6dab595eb7a92fce9be32e0489079964.tar.zst
yuzu-25f8606a6dab595eb7a92fce9be32e0489079964.zip
Diffstat (limited to 'src/core/core_cpu.h')
-rw-r--r--src/core/core_cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/core_cpu.h b/src/core/core_cpu.h
index 80261daf7..cafca8df7 100644
--- a/src/core/core_cpu.h
+++ b/src/core/core_cpu.h
@@ -84,6 +84,8 @@ public:
return core_index;
}
+ void Shutdown();
+
static std::unique_ptr<ExclusiveMonitor> MakeExclusiveMonitor(std::size_t num_cores);
private: