mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-16 08:04:23 -04:00
kern: fix initial process binary load on 2.0.0-4.1.0 (closes #1460)
This commit is contained in:
parent
ed80d6ec8c
commit
19be54ff95
6 changed files with 40 additions and 12 deletions
|
@ -37,4 +37,6 @@ namespace ams::kern {
|
|||
KVirtualAddress GetInitialProcessBinaryAddress();
|
||||
size_t GetInitialProcessesSecureMemorySize();
|
||||
|
||||
void LoadInitialProcessBinaryHeaderDeprecated(KPhysicalAddress pool_end);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue