summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-02-05 21:57:26 +0100
committerLioncash <mathew1800@gmail.com>2019-02-05 21:57:29 +0100
commit7320c667dfa8993f4ebec8d6adfbf954d0591784 (patch)
treeca42e75c731ea305ecc47ab2db1ea5d12fcc4184 /src/core/hle/service/nvflinger/nvflinger.h
parentservice/nvflinger: Rename GetVsyncEvent() to FindVsyncEvent() (diff)
downloadyuzu-7320c667dfa8993f4ebec8d6adfbf954d0591784.tar
yuzu-7320c667dfa8993f4ebec8d6adfbf954d0591784.tar.gz
yuzu-7320c667dfa8993f4ebec8d6adfbf954d0591784.tar.bz2
yuzu-7320c667dfa8993f4ebec8d6adfbf954d0591784.tar.lz
yuzu-7320c667dfa8993f4ebec8d6adfbf954d0591784.tar.xz
yuzu-7320c667dfa8993f4ebec8d6adfbf954d0591784.tar.zst
yuzu-7320c667dfa8993f4ebec8d6adfbf954d0591784.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h
index 984be68a7..61db2c23b 100644
--- a/src/core/hle/service/nvflinger/nvflinger.h
+++ b/src/core/hle/service/nvflinger/nvflinger.h
@@ -67,7 +67,7 @@ public:
u32 FindBufferQueueId(u64 display_id, u64 layer_id) const;
/// Gets the vsync event for the specified display.
- Kernel::SharedPtr<Kernel::ReadableEvent> FindVsyncEvent(u64 display_id);
+ Kernel::SharedPtr<Kernel::ReadableEvent> FindVsyncEvent(u64 display_id) const;
/// Obtains a buffer queue identified by the ID.
std::shared_ptr<BufferQueue> FindBufferQueue(u32 id) const;