index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
file_sys
/
fsmitm_romfsbuild.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2023-12-03
fsmitm_romfsbuild: optimize for data locality
Liam
2023-10-13
fsmitm_romfsbuild: avoid unnecessary copies of vfs pointers
Liam
2023-06-27
fsmitm_romfsbuild: avoid full path lookups
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-05-02
file_sys: Resolve cases of variable shadowing
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-07-12
fs: Fix RomFS building when zero byte files are present
Morph
2019-04-05
file_sys/fsmitm_romfsbuild: Utilize a string_view in romfs_calc_path_hash()
Lioncash
2018-10-04
fsmitm_romfsbuild: Extract stubs and IPS to romfs_ext dir
Zach Hilman
2018-10-04
fsmitm_romfsbuild: Add support for stubbing and IPS patches in LFS
Zach Hilman
2018-09-26
fsmitm_romfsbuild: std::move std::vector instances in Build()
Lioncash
2018-09-26
fsmitm_romfsbuild: Replace manual value aligning with Common::AlignUp()
Lioncash
2018-09-25
fsmitm_romfsbuild: Avoid type truncation warnings
Lioncash
2018-09-25
fsmitm_romfsbuild: Remove unnecessary constructors and initializers for RomFS...
Lioncash
2018-09-25
fsmitm_romfsbuild: Remove unnecessary loops in Build()
Lioncash
2018-09-25
fsmitm_romfsbuild: Make auto variable into a std::size_t variable within Build()
Lioncash
2018-09-25
vfs/etc: Append std:: to size_t usages
Lioncash
2018-09-23
fsmitm: Cleanup and modernize fsmitm port
Zach Hilman
2018-09-21
file_sys: Port Atmosphere-NX fs_mitm implementation
Zach Hilman