mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +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.