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
Age
Commit message (
Expand
)
Author
2021-01-03
main: Resolve error string not displaying
Lioncash
2020-12-10
vfs: Use existing type aliases consistently
Lioncash
2020-11-27
core: Eliminate remaining usages of the global system instance
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-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-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-09-16
file_sys/romfs_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-16
loader/nso: Remove unnecessary [[maybe_unused]]
Lioncash
2020-09-16
core/loader: Remove dependencies on the global system instance
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-07
common/concepts: Rename IsBaseOf to DerivedFrom
Lioncash
2020-08-03
Place in anonymous namespace
David Marcec
2020-08-03
loader: Make IdentifyFile typesafe
David Marcec
2020-04-20
loader: nro: Fix process initialization using ProgramMetadata default.
bunnei
2020-04-20
loader: elf: Fix process initialization using ProgramMetadata default.
bunnei
2020-04-17
loader/nso: Resolve moves not occurring in DecompressSegment
Lioncash
2020-04-17
loader: nso: Fix loader size and arguments.
bunnei
2020-04-17
loader: elf/kip/nro: Updates for new VMM.
bunnei
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
loader: nso: Fix loading of static objects to be properly sized and aligned.
bunnei
2020-03-02
core: loader: Remove check for 32-bit.
bunnei
2020-01-22
loader: provide default arguments (zero byte) to NSOs
Michael Scire
2020-01-18
core/loaders: Simplify PhysicalMemory usage.
Markus Wick
2019-09-30
core/loader: Track the NSO build ID of the current process
Zach Hilman
2019-09-21
nso: Pass build ID directly
Zach Hilman
2019-09-21
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
Merge pull request #2576 from DarkLordZach/nsp-fix-1
David
2019-09-08
nro: Implement ReadControlData
Nick Renieris
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-02
file_sys: Rename other ContentRecordType members
Bakugo
2019-06-21
Merge pull request #2546 from DarkLordZach/kips
bunnei
2019-06-21
Merge pull request #2482 from DarkLordZach/prepo
bunnei
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-10
nsp: Correct status codes for extracted NSPs
Zach Hilman
2019-06-10
nsp: Use title ID from NPDM metadata for extracted type NSPs
Zach Hilman
2019-06-06
kernel_executable: Optimize BLZ decompression
Zach Hilman
2019-06-05
Merge pull request #2526 from lioncash/global
Zach Hilman
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-06-05
loader: Add AppLoader_KIP for KIP files
Zach Hilman
2019-05-28
core/loader: Remove LoadKernelSystemMode
Lioncash
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-25
loader/nso: Silence sign-comparison warning
Lioncash
2019-05-25
core: Track load offsets of NSO modules
Zach Hilman
2019-04-30
loader/nso: Remove left-in debug pragma
Lioncash
2019-04-11
core/core: Move process execution start to System's Load()
Lioncash
2019-04-09
Merge pull request #1957 from DarkLordZach/title-provider
bunnei
[next]