mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 06:55:47 +00:00
fsmitm: Cleanup and modernize fsmitm port
This commit is contained in:
parent
600867c594
commit
0243903c12
22 changed files with 379 additions and 379 deletions
|
@ -98,7 +98,7 @@ public:
|
|||
bool DeleteFile(std::string_view name) override;
|
||||
bool Rename(std::string_view name) override;
|
||||
std::string GetFullPath() const override;
|
||||
std::map<std::string, VfsEntryType> GetEntries() const override;
|
||||
std::map<std::string, VfsEntryType, std::less<>> GetEntries() const override;
|
||||
|
||||
protected:
|
||||
bool ReplaceFileWithSubdirectory(VirtualFile file, VirtualDir dir) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue