diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-20 12:40:09 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-03-20 13:07:04 -0400 |
commit | 1b6bd9d6dff81666d15e193c9589ddb2eb7cbb93 (patch) | |
tree | 3e133530a2ba4fe509c084d579bdd186b6525169 /src/core/loader/nso.cpp | |
parent | 9d11303a36737d02596b8f525ade29866e733344 (diff) |
kernel: Move CodeSet structure to its own source files
Given this is utilized by the loaders, this allows avoiding inclusion of
the kernel process definitions where avoidable.
This also keeps the loading format for all executable data separate from
the kernel objects.
Diffstat (limited to 'src/core/loader/nso.cpp')
-rw-r--r-- | src/core/loader/nso.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/loader/nso.cpp b/src/core/loader/nso.cpp index 6ded0b707..e1c8908a1 100644 --- a/src/core/loader/nso.cpp +++ b/src/core/loader/nso.cpp @@ -11,6 +11,7 @@ #include "common/swap.h" #include "core/file_sys/patch_manager.h" #include "core/gdbstub/gdbstub.h" +#include "core/hle/kernel/code_set.h" #include "core/hle/kernel/process.h" #include "core/hle/kernel/vm_manager.h" #include "core/loader/nso.h" |