barbudreadmon / fbalpha-backup-dontuse-ty

Deprecated port of Final Burn Alpha to Libretro (v0.2.97.43).
61 stars 43 forks source link

Wrong VFS flags set when rfopen called with "a" #169

Closed claudiuslollarius closed 6 years ago

inactive123 commented 6 years ago

BTW, the issue is. that you never provided an implementation for UPDATE_EXISTING inside vfs_implementation.So that has to be done ASAP if we want cores to start relying on this functionality. Every core has to work reliably with retroarch.

inactive123 commented 6 years ago

Nevertheless, I think this can be merged regardless.

But I will have to stress that this gets implemented on the VFS implementation side. It's otherwise a big risk if cores start relying on this functionality. It has to absolutely 100% work with the fallback VFS code, this is not just a RetroArch issue, this is about every other frontend that can't be bothered in the future to implement the VFS backend, it has to 100% work with the default fallback implementation then.