hos: secmon exo: always set private debug mode

It should always be enabled for CFW mode.
This commit is contained in:
CTCaer
2025-04-30 08:55:38 +03:00
parent ed816a44c9
commit 16428c259c

View File

@@ -269,8 +269,8 @@ void config_exosphere(launch_ctxt_t *ctxt, u32 warmboot_base)
}
}
// To avoid problems, make private debug mode always on if not semi-stock.
if (!ctxt->stock || (emu_cfg.enabled && !h_cfg.emummc_force_disable))
// Private debug mode always on for CFW mode.
if (!ctxt->stock)
exo_flags |= EXO_FLAG_DBG_PRIV;
// Enable user debug.