diff --git a/src/core/hle/service/nvnflinger/buffer_queue_core.h b/src/core/hle/service/nvnflinger/buffer_queue_core.h index 76e319076c..341634352b 100644 --- a/src/core/hle/service/nvnflinger/buffer_queue_core.h +++ b/src/core/hle/service/nvnflinger/buffer_queue_core.h @@ -92,7 +92,7 @@ private: bool is_allocating{}; mutable std::condition_variable_any is_allocating_condition; - std::vector history; + std::vector history{8}; }; } // namespace Service::android