summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/kernel_executable.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2020-10-21Revert "core: Fix clang build"bunnei1-3/+3
2020-10-18core: Fix clang buildLioncash1-3/+3
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-0/+3
Same behavior, minus unnecessary inclusions where not necessary.
2019-11-12loader; Resolve sign conversion/truncation errorsLioncash1-1/+1
2019-06-07kernel_executable: Optimize BLZ decompressionZach Hilman1-6/+5
2019-06-05game_list: Accept *.kip as a file extension of executablesZach Hilman1-1/+1
2019-06-05file_sys: Add classes to parse KIP1 and INI1 filesZach Hilman1-0/+229