mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 14:05:17 -04:00
fs.mitm: Allow fsmitm.flag specification for mitm
This commit is contained in:
parent
a811b447ce
commit
cd42f6dc18
4 changed files with 89 additions and 40 deletions
|
@ -17,4 +17,8 @@ class Utils {
|
|||
static Result OpenRomFSDir(FsFileSystem *fs, u64 title_id, const char *path, FsDir *out);
|
||||
|
||||
static Result HasSdRomfsContent(u64 title_id, bool *out);
|
||||
|
||||
/* SD card Initialization + MitM detection. */
|
||||
static void InitializeSdThreadFunc(void *args);
|
||||
static bool HasSdMitMFlag(u64 tid);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue