summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/code_set.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: Move CodeSet structure to its own source filesLioncash2019-03-201-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.