hos: refactor fss to pkg3

To `fss0` config is now renamed to `pkg3`.
`fss0` still works but is deprecated.
Additionally `fss0experimental` key is now renamed to `pkg3ex`
This commit is contained in:
CTCaer
2025-04-30 08:27:36 +03:00
parent 08872325c8
commit f110f97099
8 changed files with 88 additions and 80 deletions

View File

@@ -111,8 +111,8 @@ typedef struct _launch_ctxt_t
bool stock;
bool emummc_forced;
void *fss0;
u32 fss0_hosver;
void *pkg3;
u32 pkg3_hosver;
bool patch_krn_proc_id;
int ucid;