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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vfs: expand support for NCA reading
Liam
2023-08-15
1
-1
/
+0
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
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
-3
/
+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: Add ReadRomFSIVFCOffset to NSP, XCI, and NAX loaders
Zach Hilman
2018-10-05
1
-0
/
+1
*
loader: Make the Load() function take a process as a regular reference, not a SharedPtr
Lioncash
2018-09-29
1
-1
/
+1
*
nax: Avoid re-parsing NAX data with GetFileType()
Lioncash
2018-09-19
1
-3
/
+1
*
file_sys: Cut down on includes and copies
Zach Hilman
2018-08-23
1
-4
/
+9
*
nax: Add AppLoader_NAX and update loader to support it
Zach Hilman
2018-08-23
1
-0
/
+43