fs.mitm: start implementation of IFileSystem api.

This commit is contained in:
Michael Scire
2019-03-22 08:49:10 -07:00
parent ca42a9daec
commit 634ce933be
8 changed files with 597 additions and 5 deletions

View File

@@ -28,6 +28,8 @@
#include "fsmitm_romstorage.hpp"
#include "fsmitm_layeredrom.hpp"
#include "fs_ifilesystem.hpp"
#include "../debug.hpp"
static HosMutex g_StorageCacheLock;