hos: rename atmosphere key to kernelprocid

So it reflects what it does.
This commit is contained in:
CTCaer
2025-01-24 16:00:14 +02:00
parent 29be544167
commit 3f25cfba76
5 changed files with 17 additions and 14 deletions

View File

@@ -143,7 +143,7 @@ int parse_fss(launch_ctxt_t *ctxt, const char *path)
fss_meta->version >> 24, (fss_meta->version >> 16) & 0xFF, (fss_meta->version >> 8) & 0xFF, fss_meta->git_rev,
fss_meta->hos_ver >> 24, (fss_meta->hos_ver >> 16) & 0xFF, (fss_meta->hos_ver >> 8) & 0xFF);
ctxt->atmosphere = true;
ctxt->patch_krn_proc_id = true;
ctxt->fss0_hosver = fss_meta->hos_ver;
// Parse FSS0 contents.