hos: rename atmosphere key to kernelprocid
So it reflects what it does.
This commit is contained in:
committed by
Christoph Baumann
parent
f093c9368b
commit
1a157a33f6
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user