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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Remove unused includes
ameerj
2021-11-04
1
-1
/
+0
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-1
/
+1
*
loader: Resolve instances of variable shadowing
Lioncash
2021-04-27
1
-5
/
+7
*
vfs: Use existing type aliases consistently
Lioncash
2020-12-10
1
-1
/
+1
*
core/loader: Remove dependencies on the global system instance
Lioncash
2020-09-16
1
-1
/
+5
*
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
1
-0
/
+2
*
core/core: Move process execution start to System's Load()
Lioncash
2019-04-12
1
-1
/
+1
*
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
2019-01-15
1
-0
/
+3
*
loaders: Make GetFileType() a const qualified member function
Lioncash
2018-12-05
1
-1
/
+1
*
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
/
+1
*
loader/nca: Remove unnecessary includes and member variables
Lioncash
2018-08-15
1
-9
/
+8
*
loader: Add icon and title support to XCI
Zach Hilman
2018-08-07
1
-2
/
+0
*
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-07
1
-0
/
+2
*
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
2018-08-06
1
-0
/
+2
*
Merge pull request #849 from DarkLordZach/xci
bunnei
2018-08-04
1
-0
/
+2
|
\
|
*
Remove files that are not used
Zach Hilman
2018-08-01
1
-0
/
+2
*
|
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-1
/
+1
|
/
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-12
/
+7
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-6
/
+13
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-13
/
+6
*
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-21
1
-0
/
+49