index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
nca.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-02-19
scope_exit: Make constexpr
FearlessTobi
2024-01-11
fsp-srv: use program registry for SetCurrentProcess
Liam
2023-12-01
file_sys: handle null romfs
Liam
2023-09-06
core: implement basic integrity verification
Liam
2023-08-15
vfs: expand support for NCA reading
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-04-27
loader: Resolve instances of variable shadowing
Lioncash
2020-09-16
file_sys/romfs_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
core/loader: Remove dependencies on the global system instance
Lioncash
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-04-11
core/core: Move process execution start to System's Load()
Lioncash
2019-01-15
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-09-04
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
patch_manager: Add usages of patches to ExeFS
Zach Hilman
2018-08-20
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-15
loader/nca: Remove unnecessary includes and member variables
Lioncash
2018-08-09
loader: Add more descriptive errors
Zach Hilman
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-05
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
2018-08-01
Remove files that are not used
Zach Hilman
2018-07-20
loader/{nca, nro}: std::move VirtualFile in the constructors where applicable
Lioncash
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-12
More improvements to GDBStub (#653)
Hedges
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman