Set these values back to defaults here
This commit is contained in:
parent
c78ce113b4
commit
055044be96
|
@ -2806,7 +2806,9 @@ static int cheevos_iterate(coro_t* coro)
|
|||
|
||||
for (;;)
|
||||
{
|
||||
buffer = (uint8_t*)DATA + LEN;
|
||||
buffer = (uint8_t*)DATA + LEN;
|
||||
to_read = 4096;
|
||||
num_read = 0;
|
||||
|
||||
if (to_read > COUNT)
|
||||
to_read = COUNT;
|
||||
|
|
Loading…
Reference in New Issue