revert this for now

This commit is contained in:
radius 2017-11-23 17:33:26 -05:00
parent 1c0e692070
commit a80fc4a762

View File

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