summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/hle_ipc.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-30 04:18:21 +0100
committerLioncash <mathew1800@gmail.com>2018-10-30 04:18:25 +0100
commit0cc347462d3a6992a6d66ccd69629a71cd500cb3 (patch)
tree0a27c0b7e193835a4824518c3b19524bb345aaef /src/core/hle/kernel/hle_ipc.h
parentMerge pull request #1607 from FearlessTobi/patch-3 (diff)
downloadyuzu-0cc347462d3a6992a6d66ccd69629a71cd500cb3.tar
yuzu-0cc347462d3a6992a6d66ccd69629a71cd500cb3.tar.gz
yuzu-0cc347462d3a6992a6d66ccd69629a71cd500cb3.tar.bz2
yuzu-0cc347462d3a6992a6d66ccd69629a71cd500cb3.tar.lz
yuzu-0cc347462d3a6992a6d66ccd69629a71cd500cb3.tar.xz
yuzu-0cc347462d3a6992a6d66ccd69629a71cd500cb3.tar.zst
yuzu-0cc347462d3a6992a6d66ccd69629a71cd500cb3.zip
Diffstat (limited to 'src/core/hle/kernel/hle_ipc.h')
-rw-r--r--src/core/hle/kernel/hle_ipc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/kernel/hle_ipc.h b/src/core/hle/kernel/hle_ipc.h
index f01491daa..2e49826a8 100644
--- a/src/core/hle/kernel/hle_ipc.h
+++ b/src/core/hle/kernel/hle_ipc.h
@@ -161,8 +161,8 @@ public:
return buffer_c_desciptors;
}
- const std::shared_ptr<IPC::DomainMessageHeader>& GetDomainMessageHeader() const {
- return domain_message_header;
+ const IPC::DomainMessageHeader* GetDomainMessageHeader() const {
+ return domain_message_header.get();
}
/// Helper function to read a buffer using the appropriate buffer descriptor