mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 11:37:51 -05:00
NVFlinger: Reverse the change that only signaled events on buffer acquire.
This has been hardware tested and it seems that NVFlinger will still signal even if there are no buffers to present.
This commit is contained in:
committed by
FernandoS27
parent
ffc2ce89a0
commit
782b7a0ca4
@ -102,8 +102,6 @@ private:
|
||||
|
||||
u32 swap_interval = 1;
|
||||
|
||||
bool first_buffer_enqueued{};
|
||||
|
||||
/// Event that handles screen composition.
|
||||
Core::Timing::EventType* composition_event;
|
||||
|
||||
|
Reference in New Issue
Block a user