early-access version 4023

This commit is contained in:
pineappleEA
2023-12-16 21:54:30 +01:00
parent 2a679302ce
commit 16855a5c39
114 changed files with 3587 additions and 890 deletions

View File

@@ -157,6 +157,7 @@ Status BufferQueueConsumer::ReleaseBuffer(s32 slot, u64 frame_number, const Fenc
} else if (slots[slot].needs_cleanup_on_release) {
LOG_DEBUG(Service_Nvnflinger, "releasing a stale buffer slot {} (state = {})", slot,
slots[slot].buffer_state);
slots[slot].needs_cleanup_on_release = false;
return Status::StaleBufferSlot;
} else {
LOG_ERROR(Service_Nvnflinger,

View File

@@ -4,6 +4,7 @@
#pragma once
#include <array>
#include <cstddef>
#include "common/common_types.h"

View File

@@ -4,6 +4,7 @@
#pragma once
#include <array>
#include <cstddef>
#include "common/common_types.h"