mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 09:47:56 -05:00
Process: Support parsing of exheader kernel caps
This commit is contained in:
@ -351,6 +351,7 @@ ResultStatus AppLoader_ELF::Load() {
|
||||
return ResultStatus::Error;
|
||||
|
||||
Kernel::g_current_process = Kernel::Process::Create(filename, 0);
|
||||
Kernel::g_current_process->svc_access_mask.set();
|
||||
Kernel::g_current_process->static_address_mappings = default_address_mappings;
|
||||
|
||||
ElfReader elf_reader(&buffer[0]);
|
||||
|
Reference in New Issue
Block a user