mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
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 (;;)
|
for (;;)
|
||||||
{
|
{
|
||||||
buffer = (uint8_t*)DATA + LEN;
|
buffer = (uint8_t*)DATA + LEN;
|
||||||
|
to_read = 4096;
|
||||||
|
num_read = 0;
|
||||||
|
|
||||||
if (to_read > COUNT)
|
if (to_read > COUNT)
|
||||||
to_read = COUNT;
|
to_read = COUNT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user