mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
revert this for now
This commit is contained in:
parent
1c0e692070
commit
a80fc4a762
@ -2796,7 +2796,7 @@ static int cheevos_iterate(coro_t* coro)
|
||||
FILE* file;
|
||||
size_t size;
|
||||
|
||||
file = filestream_open(CHEEVOS_JSON_OVERRIDE, RFILE_MODE_READ_WRITE, -1);
|
||||
file = fopen(CHEEVOS_JSON_OVERRIDE, "rb");
|
||||
fseek(file, 0, SEEK_END);
|
||||
size = ftell(file);
|
||||
fseek(file, 0, SEEK_SET);
|
||||
|
Loading…
x
Reference in New Issue
Block a user