mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Compression: Improve async compression performance
This commit is contained in:
parent
6214d0c9a5
commit
b00fe1d12f
2 changed files with 38 additions and 9 deletions
|
|
@ -91,6 +91,7 @@ private:
|
|||
usz m_stream_data_index = 0;
|
||||
usz m_file_read_index = 0;
|
||||
atomic_t<usz> m_pending_bytes = 0;
|
||||
atomic_t<bool> m_pending_signal = false;
|
||||
bool m_write_inited = false;
|
||||
bool m_read_inited = false;
|
||||
bool m_errored = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue