mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 03:35:46 +00:00
add history vector initialization
This commit is contained in:
parent
83ec5869d7
commit
f248e6f721
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ private:
|
|||
bool is_allocating{};
|
||||
mutable std::condition_variable_any is_allocating_condition;
|
||||
|
||||
std::vector<BufferInfo> history;
|
||||
std::vector<BufferInfo> history{8};
|
||||
};
|
||||
|
||||
} // namespace Service::android
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue