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
/
nax.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-11-04
core: Remove unused includes
ameerj
1
-1
/
+0
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-2
/
+2
2021-04-27
loader: Resolve instances of variable shadowing
Lioncash
1
-6
/
+5
2020-09-16
core/loader: Remove dependencies on the global system instance
Lioncash
1
-2
/
+3
2019-05-26
loader: Move NSO module tracking to AppLoader
Zach Hilman
1
-0
/
+4
2019-04-12
core/core: Move process execution start to System's Load()
Lioncash
1
-12
/
+18
2019-01-15
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
1
-0
/
+9
2018-12-05
loaders: Make GetFileType() a const qualified member function
Lioncash
1
-1
/
+1
2018-10-05
loader: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders
Zach Hilman
1
-0
/
+4
2018-09-29
loader: Make the Load() function take a process as a regular reference, not a SharedPtr
Lioncash
1
-1
/
+1
2018-09-19
nax: Avoid re-parsing NAX data with GetFileType()
Lioncash
1
-10
/
+18
2018-09-19
nax: Avoid unnecessary calls to AsNCA() in IdentifyType()
Lioncash
1
-4
/
+8
2018-08-25
file_sys/crypto: Fix missing/unnecessary includes
Zach Hilman
1
-1
/
+0
2018-08-23
file_sys: Cut down on includes and copies
Zach Hilman
1
-0
/
+2
2018-08-23
nax: Add AppLoader_NAX and update loader to support it
Zach Hilman
1
-0
/
+65