fs.mitm: Try to MitM titles that have override RomFS content on the SD card

This commit is contained in:
Michael Scire
2018-07-27 20:15:06 -07:00
parent 2a6348cd73
commit 5993614c2e
3 changed files with 25 additions and 1 deletions

View File

@@ -15,4 +15,6 @@ class Utils {
static Result OpenRomFSFile(FsFileSystem *fs, u64 title_id, const char *fn, int flags, FsFile *out);
static Result OpenRomFSDir(FsFileSystem *fs, u64 title_id, const char *path, FsDir *out);
static Result HasSdRomfsContent(u64 title_id, bool *out);
};