mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
788d602ec7
* VFS: Fix stream size after truncate / write calls Those changes ensure the stream size get updated correctly after a truncate or write call. * File Stream: Fix file stream eof After a write call, EOF would be incorrect because it was only updated after a read call. |
||
---|---|---|
.. | ||
chd_stream.c | ||
file_stream_transforms.c | ||
file_stream.c | ||
interface_stream.c | ||
memory_stream.c | ||
network_stream.c | ||
rzip_stream.c | ||
stdin_stream.c | ||
trans_stream_pipe.c | ||
trans_stream_zlib.c | ||
trans_stream.c |