mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-14 14:29:24 +00:00
![Filipe Azevedo](/assets/img/avatar_default.png)
* 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.