mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
Set these values back to defaults here
This commit is contained in:
parent
c78ce113b4
commit
055044be96
@ -2807,6 +2807,8 @@ static int cheevos_iterate(coro_t* coro)
|
||||
for (;;)
|
||||
{
|
||||
buffer = (uint8_t*)DATA + LEN;
|
||||
to_read = 4096;
|
||||
num_read = 0;
|
||||
|
||||
if (to_read > COUNT)
|
||||
to_read = COUNT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user