summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue_producer.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-04-02 07:59:35 +0200
committerbunnei <bunneidev@gmail.com>2022-04-02 07:59:35 +0200
commitfdf4909f974c584d2b616df95f5a03c9bfe1db2a (patch)
tree4e394c90afbc83d37348df8a85e5407e498907b6 /src/core/hle/service/nvflinger/buffer_queue_producer.h
parenthle: service: nvflinger: consumer_base: Cleanup & fixes. (diff)
downloadyuzu-fdf4909f974c584d2b616df95f5a03c9bfe1db2a.tar
yuzu-fdf4909f974c584d2b616df95f5a03c9bfe1db2a.tar.gz
yuzu-fdf4909f974c584d2b616df95f5a03c9bfe1db2a.tar.bz2
yuzu-fdf4909f974c584d2b616df95f5a03c9bfe1db2a.tar.lz
yuzu-fdf4909f974c584d2b616df95f5a03c9bfe1db2a.tar.xz
yuzu-fdf4909f974c584d2b616df95f5a03c9bfe1db2a.tar.zst
yuzu-fdf4909f974c584d2b616df95f5a03c9bfe1db2a.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/buffer_queue_producer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_queue_producer.h b/src/core/hle/service/nvflinger/buffer_queue_producer.h
index 77fdcae8e..c4ca68fd3 100644
--- a/src/core/hle/service/nvflinger/buffer_queue_producer.h
+++ b/src/core/hle/service/nvflinger/buffer_queue_producer.h
@@ -66,7 +66,7 @@ public:
private:
BufferQueueProducer(const BufferQueueProducer&) = delete;
- Status WaitForFreeSlotThenRelock(bool async, s32* found, Status* returnFlags) const;
+ Status WaitForFreeSlotThenRelock(bool async, s32* found, Status* return_flags) const;
Kernel::KEvent* buffer_wait_event{};
Service::KernelHelpers::ServiceContext& service_context;