diff options
| author | 2015-05-08 16:51:48 -0300 | |
|---|---|---|
| committer | 2015-05-08 22:11:44 -0300 | |
| commit | 2af30d465fa4e9c3421f01b557141673eb0a2115 (patch) | |
| tree | ebbbbee64f504163feddf312a6844a58c5c5052a /src/core/loader/3dsx.cpp | |
| parent | Common: Add BIT macro (diff) | |
| download | yuzu-2af30d465fa4e9c3421f01b557141673eb0a2115.tar.gz yuzu-2af30d465fa4e9c3421f01b557141673eb0a2115.tar.xz yuzu-2af30d465fa4e9c3421f01b557141673eb0a2115.zip | |
Process: Support parsing of exheader kernel caps
Diffstat (limited to 'src/core/loader/3dsx.cpp')
| -rw-r--r-- | src/core/loader/3dsx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/3dsx.cpp b/src/core/loader/3dsx.cpp index 5aaeb53d8..a0266a4e0 100644 --- a/src/core/loader/3dsx.cpp +++ b/src/core/loader/3dsx.cpp | |||
| @@ -231,6 +231,7 @@ ResultStatus AppLoader_THREEDSX::Load() { | |||
| 231 | return ResultStatus::Error; | 231 | return ResultStatus::Error; |
| 232 | 232 | ||
| 233 | Kernel::g_current_process = Kernel::Process::Create(filename, 0); | 233 | Kernel::g_current_process = Kernel::Process::Create(filename, 0); |
| 234 | Kernel::g_current_process->svc_access_mask.set(); | ||
| 234 | Kernel::g_current_process->static_address_mappings = default_address_mappings; | 235 | Kernel::g_current_process->static_address_mappings = default_address_mappings; |
| 235 | 236 | ||
| 236 | Load3DSXFile(*file, Memory::EXEFS_CODE_VADDR); | 237 | Load3DSXFile(*file, Memory::EXEFS_CODE_VADDR); |