fs.mitm: match any_app override semantics

This commit is contained in:
Michael Scire
2019-01-09 12:50:01 -08:00
parent da0d22f05a
commit a899a61f80
2 changed files with 17 additions and 5 deletions

View File

@@ -58,6 +58,8 @@ class Utils {
/* SD card Initialization + MitM detection. */
static void InitializeSdThreadFunc(void *args);
static bool IsHblTid(u64 tid);
static bool HasTitleFlag(u64 tid, const char *flag);
static bool HasHblFlag(const char *flag);
static bool HasGlobalFlag(const char *flag);