mirror of
https://github.com/ARMSX2/ARMSX2.git
synced 2026-08-24 16:50:16 -07:00
gsdx boost queue: init all states
This commit is contained in:
@@ -69,7 +69,7 @@ class ringbuffer_base
|
||||
|
||||
public:
|
||||
ringbuffer_base(void):
|
||||
write_index_(0), read_index_(0)
|
||||
write_index_(0), read_index_(0), pending_pop_read_index(0)
|
||||
{
|
||||
// Use dynamically allocation here with no T object dependency
|
||||
// Otherwise the ringbuffer_base destructor will call the destructor
|
||||
|
||||
Reference in New Issue
Block a user