mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
VFSFileSystem too
This commit is contained in:
parent
a53ecd7da3
commit
c9eb4a1916
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ public:
|
|||
int RenameFile(const std::string &from, const std::string &to);
|
||||
bool RemoveFile(const std::string &filename);
|
||||
bool GetHostPath(const std::string &inpath, std::string &outpath);
|
||||
int Flags() { return 0; }
|
||||
|
||||
private:
|
||||
struct OpenFileEntry {
|
||||
|
|
Loading…
Add table
Reference in a new issue