summaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
authorGravatar David2019-10-03 19:06:13 +1000
committerGravatar GitHub2019-10-03 19:06:13 +1000
commit9aac7fbc22d07a50e6d71dc17da2d8c2eba63968 (patch)
tree26f9fdb35b1ddaf2fe28d7a4867c69a9e5ad4b35 /src/core/core.h
parentMerge pull request #2937 from DarkLordZach/azure-msvc (diff)
parentqt: Add service dialog (diff)
downloadyuzu-9aac7fbc22d07a50e6d71dc17da2d8c2eba63968.tar.gz
yuzu-9aac7fbc22d07a50e6d71dc17da2d8c2eba63968.tar.xz
yuzu-9aac7fbc22d07a50e6d71dc17da2d8c2eba63968.zip
Merge pull request #2539 from DarkLordZach/bcat
bcat: Implement BCAT service and connect to yuzu Boxcat server
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h
index ff10ebe12..f49b7fbf9 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -330,6 +330,10 @@ public:
330 330
331 bool GetExitLock() const; 331 bool GetExitLock() const;
332 332
333 void SetCurrentProcessBuildID(std::array<u8, 0x20> id);
334
335 const std::array<u8, 0x20>& GetCurrentProcessBuildID() const;
336
333private: 337private:
334 System(); 338 System();
335 339