RetroArch/libretro-common/streams
Filipe Azevedo 788d602ec7
Fix various vfs / file stream issues (#14384)
* 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.
2022-09-04 23:11:54 +02:00
..
chd_stream.c Silence some MSVC 2019 code analysis warnings 2022-03-05 14:39:56 +01:00
file_stream_transforms.c file_stream_transforms.c: Ensure correct return values + fix segfault when calling rfread() with zero elem_size (#13279) 2021-11-24 11:32:42 +01:00
file_stream.c Fix various vfs / file stream issues (#14384) 2022-09-04 23:11:54 +02:00
interface_stream.c (cheevos) support for identifying Dreamcast CHDs (#13628) 2022-02-15 15:09:43 +01:00
memory_stream.c Reorder structs, alignment 2020-08-15 20:38:31 +02:00
network_stream.c (Network Stream) Add function netstream_eof (#14335) 2022-08-21 21:52:57 +02:00
rzip_stream.c rzipstream_tell: Fix missing tell for non compressed files (#14313) 2022-08-15 17:48:09 +02:00
stdin_stream.c Add some PSL1GHT ifdefs 2021-03-12 12:22:58 +01:00
trans_stream_pipe.c (libretro-common/streams) Cleanups 2020-06-28 20:32:23 +02:00
trans_stream_zlib.c Reorder structs, alignment 2020-08-15 20:38:31 +02:00
trans_stream.c (libretro-common) Cleanups: 2022-07-10 19:06:18 +02:00