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
/
loader.h
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-09-06
core: implement basic integrity verification
Liam
2023-08-15
vfs: expand support for NCA reading
Liam
2023-07-12
file_sys/content_archive: Detect compressed NCAs (#11047)
Tobias
2022-08-01
core/loader: remove ELF loader
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-02-02
general: Replace NonCopyable struct with equivalents
Lioncash
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-04-27
loader: Resolve instances of variable shadowing
Lioncash
2021-01-03
main: Resolve error string not displaying
Lioncash
2020-11-24
core: loader: Implement support for loading indexed programs.
bunnei
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
2020-09-16
core/loader: Remove dependencies on the global system instance
Lioncash
2019-06-21
Merge pull request #2546 from DarkLordZach/kips
bunnei
2019-06-21
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-05
loader: Add recognition for KIP file type
Zach Hilman
2019-06-05
loader: Add KIP and INI file parser-specific errors
Zach Hilman
2019-05-28
core/loader: Remove LoadKernelSystemMode
Lioncash
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-12-28
loader: Add accessor for Manual RomFS
Zach Hilman
2018-12-27
Merge pull request #1928 from lioncash/caps
bunnei
2018-12-27
loader: Add accessor for game control data
Zach Hilman
2018-12-21
kernel/process: Hook up the process capability parser to the process itself
Lioncash
2018-12-10
Merge pull request #1819 from DarkLordZach/disable-addons
bunnei
2018-12-05
loaders: Make GetFileType() a const qualified member function
Lioncash
2018-12-03
loader: Add support for reading the name of game's developer
Zach Hilman
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-15
nso: Return an optional address from LoadModule
Lioncash
2018-10-05
loader: Add getter for packed update
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
bktr: Fix missing includes and optimize style
Zach Hilman
2018-09-04
loader: Add BKTR-specific error messages and codes
Zach Hilman
2018-09-04
loader: Add NSP file type and NSP-specific errors
Zach Hilman
2018-09-02
vfs_real: Forward declare IOFile
Lioncash
2018-08-23
loader: Add new NAX-specific errors and messages
Zach Hilman
2018-08-23
nax: Add AppLoader_NAX and update loader to support it
Zach Hilman
2018-08-15
loader: Make ResultStatus directly compatible with fmt
Lioncash
2018-08-14
loader: Remove address mapping remnants from citra
Lioncash
2018-08-12
made ResultStatus a u16
David Marcec
2018-08-09
loader: Add more descriptive errors
Zach Hilman
2018-08-08
loader: Remove unused IdentifyFile overload
Zach Hilman
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-04
Merge pull request #849 from DarkLordZach/xci
bunnei
[next]