mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 06:18:34 +00:00
Fix screenshots. (Mziab)
This commit is contained in:
parent
e538fe4364
commit
b861c11253
@ -78,7 +78,7 @@ static void dump_content(FILE *file, const uint16_t *frame, unsigned width, unsi
|
||||
*dst++ = (r << 3) | (r >> 2);
|
||||
}
|
||||
|
||||
fwrite(line, 1, sizeof(line), file);
|
||||
fwrite(line, 1, line_size, file);
|
||||
}
|
||||
|
||||
free(line);
|
||||
|
Loading…
Reference in New Issue
Block a user