summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/kernel_executable.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* Revert "core: Fix clang build"bunnei2020-10-211-3/+3
|
* core: Fix clang buildLioncash2020-10-181-3/+3
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* file_sys: Replace inclusions with forward declarations where applicableLioncash2020-08-231-0/+3
| | | | Same behavior, minus unnecessary inclusions where not necessary.
* loader; Resolve sign conversion/truncation errorsLioncash2019-11-121-1/+1
|
* kernel_executable: Optimize BLZ decompressionZach Hilman2019-06-071-6/+5
|
* game_list: Accept *.kip as a file extension of executablesZach Hilman2019-06-051-1/+1
|
* file_sys: Add classes to parse KIP1 and INI1 filesZach Hilman2019-06-051-0/+229