mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 15:49:48 -04:00
fs.mitm: Allow for disabling mitm for a title via flag.
This commit is contained in:
parent
f10ae4d96f
commit
4944986814
3 changed files with 21 additions and 0 deletions
|
@ -37,6 +37,7 @@ class Utils {
|
|||
/* SD card Initialization + MitM detection. */
|
||||
static void InitializeSdThreadFunc(void *args);
|
||||
static bool HasSdMitMFlag(u64 tid);
|
||||
static bool HasSdDisableMitMFlag(u64 tid);
|
||||
|
||||
|
||||
static bool IsHidInitialized();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue