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
committed by Christoph Baumann
parent f093c9368b
commit 1a157a33f6
5 changed files with 17 additions and 14 deletions

View File

@@ -144,7 +144,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.