index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
loader.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: Move vfs files to their own directory
FearlessTobi
2024-01-25
1
-1
/
+1
*
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-06
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-25
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-29
1
-11
/
+0
|
/
*
core/core: Move process execution start to System's Load()
Lioncash
2019-04-12
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-11
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 SharedPtr
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-15
1
-7
/
+0
*
made ResultStatus a u16
David Marcec
2018-08-12
1
-1
/
+1
*
loader: Add more descriptive errors
Zach Hilman
2018-08-10
1
-9
/
+37
*
loader: Remove unused IdentifyFile overload
Zach Hilman
2018-08-09
1
-8
/
+0
*
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-07
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-02
1
-1
/
+1
|
/
*
core: Make converting constructors explicit where applicable
Lioncash
2018-07-24
1
-1
/
+1
*
loader: Amend Doxygen comments
Lioncash
2018-07-19
1
-3
/
+3
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-18
/
+12
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-12
/
+18
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-18
/
+12
*
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-21
1
-0
/
+1
*
core, main.h: Abort on 32Bit ROMs (#309)
N00byKing
2018-04-06
1
-0
/
+1
*
loader: Clean up ctors and includes.
bunnei
2018-01-20
1
-4
/
+1
*
loader: Add DeconstructedRomDirectory for game dumps.
bunnei
2018-01-20
1
-0
/
+1
*
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-20
1
-1
/
+2
*
core: Refactor MakeMagic usage and remove dead code.
bunnei
2017-10-15
1
-4
/
+0
*
Remove lots more 3DS-specific code.
bunnei
2017-10-13
1
-4
/
+0
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-5
/
+30
|
\
|
*
Loaders: Don't automatically set the current process every time we load an application.
Subv
2017-09-27
1
-5
/
+8
|
*
Loader/NCCH: Add support for loading application updates (#2927)
Max Thomas
2017-09-25
1
-0
/
+13
|
*
loader: Expose program title.
bunnei
2017-08-04
1
-0
/
+9
*
|
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-10-06
1
-0
/
+1
*
|
loader: Add support for loading an NSO.
bunnei
2017-09-30
1
-0
/
+1
|
/
*
Addressed Bunnei's review comments, and made some other tweaks:
TheKoopaKingdom
2017-06-03
1
-1
/
+1
*
Created a whitelist of system archives to prevent false positives creating dialogs.
TheKoopaKingdom
2017-06-03
1
-3
/
+1
*
Made some changes from review comments:
TheKoopaKingdom
2017-06-03
1
-5
/
+6
*
Fixed encrypted ROM error messages.
TheKoopaKingdom
2017-06-03
1
-3
/
+5
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-27
1
-1
/
+1
*
loader: Implement ReadProgramId
MerryMage
2016-12-15
1
-0
/
+9
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-28
1
-6
/
+7
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-20
1
-0
/
+11
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-1
/
+0
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-19
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-4
/
+7
*
Loader: Split SMDH into its own header and import helpers from QGameList
Emmanuel Gil Peyrot
2016-05-21
1
-47
/
+0
*
CitraQt: Simplify the game list loader code
Emmanuel Gil Peyrot
2016-05-21
1
-11
/
+1
*
Loader: Add a GetFileType method to get the type of a loaded file
Emmanuel Gil Peyrot
2016-05-21
1
-0
/
+6
*
Loader, Frontends: Refactor loader creation and game loading
Emmanuel Gil Peyrot
2016-05-21
1
-3
/
+3
*
add icon & title to game list
wwylele
2016-05-04
1
-0
/
+57
*
loader: Make MakeMagic constexpr
Lioncash
2016-03-21
1
-1
/
+1
*
Loader: Implement encryption check
Gareth Poole
2015-10-11
1
-0
/
+1
*
Expose loader helper functions for identifying files.
archshift
2015-10-01
1
-0
/
+28
*
Loader: Remove unnecessary pointer indirection to IOFile
Yuri Kunde Schlesner
2015-07-14
1
-8
/
+8
*
FS: Stream RomFS from file instead of loading all of it to memory
condut
2015-07-14
1
-2
/
+5
*
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+6
*
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-28
1
-0
/
+1
*
Loader: Remove .bin file support
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+0
*
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+1
*
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner
2015-05-09
1
-0
/
+8
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
core: Fix some warnings on OSX
Lioncash
2015-02-03
1
-1
/
+1
*
Loader: Guess filetype from the magic, or fallback to the extension.
Emmanuel Gil Peyrot
2015-01-15
1
-7
/
+4
*
Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times.
Emmanuel Gil Peyrot
2015-01-15
1
-1
/
+6
*
License change
purpasmart96
2014-12-21
1
-1
/
+1
*
Loader: Add 3DSX support
ichfly
2014-12-08
1
-0
/
+1
*
Loader: Added support for loading raw BIN executables.
bunnei
2014-08-28
1
-0
/
+1
*
NCCH: Updated ExeFS memory allocation to be safer.
bunnei
2014-07-05
1
-0
/
+1
*
Loader: Updated read methods to be const
bunnei
2014-07-05
1
-5
/
+5
*
Loader: Refactored interface such that data is no longer stored by loader.
bunnei
2014-06-27
1
-33
/
+21
*
Loader: Refactored loading functions to only read data from binary if called.
bunnei
2014-06-25
1
-8
/
+8
*
Loader: Refactored use of const.
bunnei
2014-06-25
1
-3
/
+3
*
NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly.
bunnei
2014-06-25
1
-0
/
+1
*
Loader: Implemented AppLoader interface for abstracting application loading.
bunnei
2014-06-25
1
-12
/
+91
*
Loader: Cleaned up and removed unused code, refactored ELF namespace.
bunnei
2014-06-17
1
-14
/
+1
*
Loader: Moved elf and loader modules to a "loader" subdirectory.
bunnei
2014-06-17
1
-0
/
+54