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