cfg: Allow more flexible hbl configuration

This commit is contained in:
Michael Scire 2019-12-11 18:33:53 -08:00
parent de1e6c9705
commit e734b23f11
3 changed files with 108 additions and 38 deletions

View file

@ -42,7 +42,6 @@ namespace ams::cfg {
bool HasGlobalFlag(const char *flag);
/* HBL Configuration utilities. */
bool IsHblProgramId(ncm::ProgramId program_id);
bool HasHblFlag(const char *flag);
const char *GetHblPath();