mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Since the majority of the code is using ReadAt API already, map this to a `readp` "syscall" which does not mutate any state about the file descriptor therefore making it fairly safe multi-threading wise. This allows to get rid of read-time mutexes in RamCachedFileLoader and therefore fixes #9803 |
||
---|---|---|
.. | ||
BlobFileSystem.cpp | ||
BlobFileSystem.h | ||
BlockDevices.cpp | ||
BlockDevices.h | ||
DirectoryFileSystem.cpp | ||
DirectoryFileSystem.h | ||
FileSystem.cpp | ||
FileSystem.h | ||
ISOFileSystem.cpp | ||
ISOFileSystem.h | ||
MetaFileSystem.cpp | ||
MetaFileSystem.h | ||
tlzrc.cpp | ||
VirtualDiscFileSystem.cpp | ||
VirtualDiscFileSystem.h |