index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
loader.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
1
-1
/
+1
2023-09-06
core: implement basic integrity verification
Liam
1
-0
/
+10
2023-08-15
vfs: expand support for NCA reading
Liam
1
-12
/
+0
2023-07-12
file_sys/content_archive: Detect compressed NCAs (#11047)
Tobias
1
-0
/
+2
2022-08-01
core/loader: remove ELF loader
Liam
1
-1
/
+0
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-02-02
general: Replace NonCopyable struct with equivalents
Lioncash
1
-1
/
+5
2021-07-20
file_sys: Support load game collection (#6582)
Feng Chen
1
-1
/
+12
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
1
-1
/
+1
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
1
-2
/
+2
2021-04-27
loader: Resolve instances of variable shadowing
Lioncash
1
-16
/
+41
2021-01-03
main: Resolve error string not displaying
Lioncash
1
-0
/
+1
2020-11-24
core: loader: Implement support for loading indexed programs.
bunnei
1
-1
/
+3
2020-11-18
patch_manager: Remove usages of the global system instance
Lioncash
1
-3
/
+6
2020-09-16
core/loader: Remove dependencies on the global system instance
Lioncash
1
-1
/
+6
2019-06-05
loader: Add recognition for KIP file type
Zach Hilman
1
-0
/
+1
2019-06-05
loader: Add KIP and INI file parser-specific errors
Zach Hilman
1
-0
/
+4
2019-05-28
core/loader: Remove LoadKernelSystemMode
Lioncash
1
-11
/
+0
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
1
-0
/
+6
2019-04-11
core/core: Move process execution start to System's Load()
Lioncash
1
-1
/
+7
2019-01-15
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
1
-0
/
+4
2018-12-28
loader: Add accessor for Manual RomFS
Zach Hilman
1
-0
/
+9
2018-12-27
loader: Add accessor for game control data
Zach Hilman
1
-3
/
+7
2018-12-21
kernel/process: Hook up the process capability parser to the process itself
Lioncash
1
-0
/
+2
2018-12-05
loaders: Make GetFileType() a const qualified member function
Lioncash
1
-1
/
+1
2018-12-03
loader: Add support for reading the name of game's developer
Zach Hilman
1
-0
/
+10
2018-10-30
global: Use std::optional instead of boost::optional (#1578)
Frederic L
1
-2
/
+3
2018-10-15
nso: Return an optional address from LoadModule
Lioncash
1
-0
/
+1
2018-10-05
loader: Add getter for packed update
Zach Hilman
1
-2
/
+12
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
1
-2
/
+1
2018-09-04
bktr: Implement IVFC offset shifting
Zach Hilman
1
-0
/
+9
2018-09-04
bktr: Fix missing includes and optimize style
Zach Hilman
1
-1
/
+1
2018-09-04
loader: Add BKTR-specific error messages and codes
Zach Hilman
1
-6
/
+14
2018-09-04
loader: Add NSP file type and NSP-specific errors
Zach Hilman
1
-0
/
+2
2018-09-02
vfs_real: Forward declare IOFile
Lioncash
1
-4
/
+2
2018-08-23
loader: Add new NAX-specific errors and messages
Zach Hilman
1
-0
/
+13
2018-08-23
nax: Add AppLoader_NAX and update loader to support it
Zach Hilman
1
-0
/
+1
2018-08-15
loader: Make ResultStatus directly compatible with fmt
Lioncash
1
-2
/
+2
2018-08-14
loader: Remove address mapping remnants from citra
Lioncash
1
-7
/
+0
2018-08-12
made ResultStatus a u16
David Marcec
1
-1
/
+1
2018-08-09
loader: Add more descriptive errors
Zach Hilman
1
-9
/
+37
2018-08-08
loader: Remove unused IdentifyFile overload
Zach Hilman
1
-8
/
+0
2018-08-06
Avoid parsing RomFS to directory in NCA
Zach Hilman
1
-1
/
+1
2018-08-01
kernel: Move object class to its own source files
Lioncash
1
-1
/
+1
2018-08-01
Use more descriptive error codes and messages
Zach Hilman
1
-1
/
+2
2018-08-01
Remove files that are not used
Zach Hilman
1
-0
/
+1
2018-07-23
core: Make converting constructors explicit where applicable
Lioncash
1
-1
/
+1
2018-07-19
loader: Amend Doxygen comments
Lioncash
1
-3
/
+3
2018-07-18
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
1
-18
/
+12
2018-07-07
Revert "Virtual Filesystem (#597)"
bunnei
1
-12
/
+18
[next]