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
*
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
|
/
*
core: Make converting constructors explicit where applicable
Lioncash
2018-07-23
1
-1
/
+1
*
loader: Amend Doxygen comments
Lioncash
2018-07-19
1
-3
/
+3
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-18
1
-18
/
+12
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-07
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-12
1
-4
/
+0
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
1
-5
/
+30
|
\
|
*
Loaders: Don't automatically set the current process every time we load an ap...
Subv
2017-09-26
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-03
1
-0
/
+9
*
|
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-10-05
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-02
1
-1
/
+1
*
Created a whitelist of system archives to prevent false positives creating di...
TheKoopaKingdom
2017-06-02
1
-3
/
+1
*
Made some changes from review comments:
TheKoopaKingdom
2017-06-02
1
-5
/
+6
*
Fixed encrypted ROM error messages.
TheKoopaKingdom
2017-06-02
1
-3
/
+5
*
Doxygen: Amend minor issues (#2593)
Mat M
2017-02-26
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-27
1
-6
/
+7
*
Kernel/Loader: Grab the system mode from the NCCH ExHeader.
Subv
2016-11-19
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-18
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
[next]