summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_slot.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-06-06 01:06:06 +0200
committerbunnei <bunneidev@gmail.com>2022-06-06 01:06:06 +0200
commit888e8141305a12059158494fb315fefc673e53e0 (patch)
tree20bdf7ef6559d5c4e2a9bfda5398b18d59751e7b /src/core/hle/service/nvflinger/buffer_slot.h
parentMerge pull request #8419 from liamwhite/library-list (diff)
downloadyuzu-888e8141305a12059158494fb315fefc673e53e0.tar
yuzu-888e8141305a12059158494fb315fefc673e53e0.tar.gz
yuzu-888e8141305a12059158494fb315fefc673e53e0.tar.bz2
yuzu-888e8141305a12059158494fb315fefc673e53e0.tar.lz
yuzu-888e8141305a12059158494fb315fefc673e53e0.tar.xz
yuzu-888e8141305a12059158494fb315fefc673e53e0.tar.zst
yuzu-888e8141305a12059158494fb315fefc673e53e0.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/buffer_slot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_slot.h b/src/core/hle/service/nvflinger/buffer_slot.h
index 6b3e87446..0cd0e9964 100644
--- a/src/core/hle/service/nvflinger/buffer_slot.h
+++ b/src/core/hle/service/nvflinger/buffer_slot.h
@@ -31,7 +31,6 @@ struct BufferSlot final {
u64 frame_number{};
Fence fence;
bool acquire_called{};
- bool needs_cleanup_on_release{};
bool attached_by_consumer{};
bool is_preallocated{};
};