mirror of
https://github.com/izzy2lost/RetroArch.git
synced 2026-03-26 16:42:27 -07: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.