summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/code_set.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-20kernel: Move CodeSet structure to its own source filesLioncash1-0/+12
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.