mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 18:50:30 +00:00
usable sync of ringbuffer
This commit is contained in:
parent
3af9840a4c
commit
3bf4ffe7fa
2 changed files with 39 additions and 16 deletions
|
@ -53,7 +53,8 @@ private:
|
|||
size_t m_size;
|
||||
u8 *pointer;
|
||||
size_t m_iterator;
|
||||
size_t m_last_iterator;
|
||||
size_t m_used_iterator;
|
||||
size_t m_free_iterator;
|
||||
GLsync *fences;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue