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
/
nca.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-12
core/core: Move process execution start to System's Load()
Lioncash
1
-12
/
+14
2019-01-15
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
1
-0
/
+19
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a SharedPtr
Lioncash
1
-1
/
+1
2018-09-04
bktr: Implement IVFC offset shifting
Zach Hilman
1
-0
/
+6
2018-09-04
patch_manager: Add usages of patches to ExeFS
Zach Hilman
1
-1
/
+1
2018-08-21
service/filesystem: Use forward declarations where applicable
Lioncash
1
-0
/
+1
2018-08-15
loader/nca: Remove unnecessary includes and member variables
Lioncash
1
-11
/
+3
2018-08-10
loader: Add more descriptive errors
Zach Hilman
1
-5
/
+5
2018-08-07
Avoid parsing RomFS to directory in NCA
Zach Hilman
1
-2
/
+2
2018-08-06
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
1
-36
/
+8
2018-08-01
Remove files that are not used
Zach Hilman
1
-6
/
+13
2018-07-20
loader/{nca, nro}: std::move VirtualFile in the constructors where applicable
Lioncash
1
-1
/
+2
2018-07-19
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
1
-223
/
+25
2018-07-17
General Filesystem and Save Data Fixes (#670)
Zach Hilman
1
-2
/
+1
2018-07-13
More improvements to GDBStub (#653)
Hedges
1
-0
/
+4
2018-07-08
Revert "Virtual Filesystem (#597)"
bunnei
1
-23
/
+229
2018-07-06
Virtual Filesystem (#597)
Zach Hilman
1
-229
/
+23
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-7
/
+7
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman
1
-0
/
+303