summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/buffer_queue_core.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-04-02 07:56:32 +0200
committerbunnei <bunneidev@gmail.com>2022-04-02 07:56:32 +0200
commit7610554b1e87294fc946ca62ce01258a4b238151 (patch)
tree89702efe43918da81ef9399fc69a890a0b58ef80 /src/core/hle/service/nvflinger/buffer_queue_core.h
parenthle: service: nvflinger: Use correct logger namespace. (diff)
downloadyuzu-7610554b1e87294fc946ca62ce01258a4b238151.tar
yuzu-7610554b1e87294fc946ca62ce01258a4b238151.tar.gz
yuzu-7610554b1e87294fc946ca62ce01258a4b238151.tar.bz2
yuzu-7610554b1e87294fc946ca62ce01258a4b238151.tar.lz
yuzu-7610554b1e87294fc946ca62ce01258a4b238151.tar.xz
yuzu-7610554b1e87294fc946ca62ce01258a4b238151.tar.zst
yuzu-7610554b1e87294fc946ca62ce01258a4b238151.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/buffer_queue_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_queue_core.h b/src/core/hle/service/nvflinger/buffer_queue_core.h
index 4dfd53387..e4e0937cb 100644
--- a/src/core/hle/service/nvflinger/buffer_queue_core.h
+++ b/src/core/hle/service/nvflinger/buffer_queue_core.h
@@ -73,8 +73,6 @@ private:
u32 transform_hint{};
bool is_allocating{};
mutable std::condition_variable_any is_allocating_condition;
- bool allow_allocation{true};
- u64 buffer_age{};
bool is_shutting_down{};
};