aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/kernel_executable.cpp
AgeCommit message (Collapse)Author
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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-20Revert "core: Fix clang build"bunnei
2020-10-17core: Fix clang buildLioncash
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 applicableLioncash
Same behavior, minus unnecessary inclusions where not necessary.
2019-11-12loader; Resolve sign conversion/truncation errorsLioncash
2019-06-06kernel_executable: Optimize BLZ decompressionZach Hilman
2019-06-05game_list: Accept *.kip as a file extension of executablesZach Hilman
2019-06-05file_sys: Add classes to parse KIP1 and INI1 filesZach Hilman