From 0ce308047e08c9671631f9898be01360e77fcaad Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 19 Mar 2022 22:08:50 -0700 Subject: hle: nvflinger: consumer_base: StillTracking: Should be const. --- src/core/hle/service/nvflinger/consumer_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/nvflinger/consumer_base.h') diff --git a/src/core/hle/service/nvflinger/consumer_base.h b/src/core/hle/service/nvflinger/consumer_base.h index 453a47349..d72160c2c 100644 --- a/src/core/hle/service/nvflinger/consumer_base.h +++ b/src/core/hle/service/nvflinger/consumer_base.h @@ -38,7 +38,7 @@ protected: Status AcquireBufferLocked(BufferItem* item, std::chrono::nanoseconds present_when, u64 max_frame_number = 0); Status ReleaseBufferLocked(s32 slot, const std::shared_ptr graphic_buffer); - bool StillTracking(s32 slot, const std::shared_ptr graphic_buffer); + bool StillTracking(s32 slot, const std::shared_ptr graphic_buffer) const; Status AddReleaseFenceLocked(s32 slot, const std::shared_ptr graphic_buffer, const Fence& fence); -- cgit v1.2.3