hos: allow overriding uCID

This commit is contained in:
CTCaer
2023-07-28 03:06:20 +03:00
parent 9187fa7a8c
commit d3567736c8
3 changed files with 31 additions and 20 deletions

View File

@@ -94,8 +94,8 @@ typedef struct _launch_ctxt_t
u32 pkg2_size;
bool new_pkg2;
void *kernel;
u32 kernel_size;
void *kernel;
u32 kernel_size;
link_t kip1_list;
char* kip1_patches;
@@ -109,6 +109,8 @@ typedef struct _launch_ctxt_t
u32 fss0_hosver;
bool atmosphere;
int ucid;
exo_ctxt_t exo_ctx;
ini_sec_t *cfg;