Set these values back to defaults here

This commit is contained in:
twinaphex 2017-05-14 04:13:08 +02:00
parent c78ce113b4
commit 055044be96

View File

@ -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;