summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/consumer_base.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-04-06 04:11:28 +0200
committerGitHub <noreply@github.com>2022-04-06 04:11:28 +0200
commit12dc4d05272da9e3e0adbc134937a27432fd4344 (patch)
tree8c6901c8b00c5f97ff6eaa579962b5633296fed2 /src/core/hle/service/nvflinger/consumer_base.h
parentMerge pull request #8100 from Morph1984/registered-crash (diff)
parenthle: service: nvflinger: buffer_queue_producer: Cleanup & fixes. (diff)
downloadyuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar.gz
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar.bz2
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar.lz
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar.xz
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.tar.zst
yuzu-12dc4d05272da9e3e0adbc134937a27432fd4344.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/consumer_base.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/consumer_base.h b/src/core/hle/service/nvflinger/consumer_base.h
index 9ab949420..736080e3a 100644
--- a/src/core/hle/service/nvflinger/consumer_base.h
+++ b/src/core/hle/service/nvflinger/consumer_base.h
@@ -35,8 +35,7 @@ protected:
virtual void OnSidebandStreamChanged() override;
void FreeBufferLocked(s32 slot_index);
- Status AcquireBufferLocked(BufferItem* item, std::chrono::nanoseconds present_when,
- u64 max_frame_number = 0);
+ Status AcquireBufferLocked(BufferItem* item, std::chrono::nanoseconds present_when);
Status ReleaseBufferLocked(s32 slot, const std::shared_ptr<GraphicBuffer> graphic_buffer);
bool StillTracking(s32 slot, const std::shared_ptr<GraphicBuffer> graphic_buffer) const;
Status AddReleaseFenceLocked(s32 slot, const std::shared_ptr<GraphicBuffer> graphic_buffer,