Update src/core/hle/service/nvnflinger/buffer_queue_core.h
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
Adjust buffer_history_pos.
This commit is contained in:
parent
7fd9a1fbe4
commit
98805e6312
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ private:
|
|||
bool buffer_has_been_queued{};
|
||||
u64 frame_counter{};
|
||||
std::array<BufferHistoryInfo, BUFFER_HISTORY_SIZE> buffer_history{};
|
||||
u32 buffer_history_pos{};
|
||||
u32 buffer_history_pos{BUFFER_HISTORY_SIZE-1};
|
||||
u32 transform_hint{};
|
||||
bool is_allocating{};
|
||||
mutable std::condition_variable_any is_allocating_condition;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue