summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/kernel_executable.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2020-10-21Revert "core: Fix clang build"bunnei1-3/+3
2020-10-18core: Fix clang buildLioncash1-3/+3
2020-08-23file_sys: Replace inclusions with forward declarations where applicableLioncash1-0/+3
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