From 843d6fcbfe5ac3bde26404ea521e1b9a8a8f31d8 Mon Sep 17 00:00:00 2001 From: Maufeat Date: Sat, 19 Jul 2025 14:05:42 +0200 Subject: [PATCH] little fix after amicuchu changes --- src/core/hle/service/nvnflinger/buffer_queue_producer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/nvnflinger/buffer_queue_producer.cpp b/src/core/hle/service/nvnflinger/buffer_queue_producer.cpp index 7bc801a620..4317aee1c4 100644 --- a/src/core/hle/service/nvnflinger/buffer_queue_producer.cpp +++ b/src/core/hle/service/nvnflinger/buffer_queue_producer.cpp @@ -532,7 +532,7 @@ Status BufferQueueProducer::QueueBuffer(s32 slot, const QueueBufferInput& input, position = (position + 1) % 8; core->history[position] = {.frame_number = core->frame_counter, - .queue_time = timestamp, + .queue_time = slots[slot].queue_time, .state = BufferState::Queued}; sticky_transform = sticky_transform_;