hos: Disable stock secmon for Mariko until fixed

This commit is contained in:
CTCaer
2020-12-02 01:56:29 +02:00
parent d1e3a0fdff
commit 8e45fcc069
3 changed files with 9 additions and 0 deletions

View File

@@ -125,7 +125,11 @@ int parse_fss(launch_ctxt_t *ctxt, const char *path, fss0_sept_t *sept_ctxt)
stock = true;
}
#ifdef HOS_MARIKO_STOCK_SECMON
if (stock && emummc_disabled && (pkg1_old || h_cfg.t210b01))
#else
if (stock && emummc_disabled && pkg1_old)
#endif
return 1;
}