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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)
Morph
2021-05-26
1
-1
/
+0
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-2
/
+2
*
loader: Resolve instances of variable shadowing
Lioncash
2021-04-27
1
-11
/
+28
*
file_sys/romfs_factory: Eliminate usage of the global system accessor
Lioncash
2020-09-17
1
-2
/
+2
*
core/loader: Remove dependencies on the global system instance
Lioncash
2020-09-16
1
-3
/
+3
*
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
1
-1
/
+3
*
loader: Move NSO module tracking to AppLoader
Zach Hilman
2019-05-26
1
-0
/
+9
*
core/core: Move process execution start to System's Load()
Lioncash
2019-04-12
1
-12
/
+14
*
loader: Propagate NCA logo section to ReadBanner and ReadLogo
Zach Hilman
2019-01-15
1
-0
/
+19
*
loader: Make the Load() function take a process as a regular reference, not a SharedPtr
Lioncash
2018-09-29
1
-1
/
+1
*
bktr: Implement IVFC offset shifting
Zach Hilman
2018-09-04
1
-0
/
+6
*
patch_manager: Add usages of patches to ExeFS
Zach Hilman
2018-09-04
1
-1
/
+1
*
service/filesystem: Use forward declarations where applicable
Lioncash
2018-08-21
1
-0
/
+1
*
loader/nca: Remove unnecessary includes and member variables
Lioncash
2018-08-15
1
-11
/
+3
*
loader: Add more descriptive errors
Zach Hilman
2018-08-10
1
-5
/
+5
*
Avoid parsing RomFS to directory in NCA
Zach Hilman
2018-08-07
1
-2
/
+2
*
loader: Make AppLoader_NCA rely on directory loading code
Zach Hilman
2018-08-06
1
-36
/
+8
*
Remove files that are not used
Zach Hilman
2018-08-01
1
-6
/
+13
*
loader/{nca, nro}: std::move VirtualFile in the constructors where applicable
Lioncash
2018-07-20
1
-1
/
+2
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-223
/
+25
*
General Filesystem and Save Data Fixes (#670)
Zach Hilman
2018-07-17
1
-2
/
+1
*
More improvements to GDBStub (#653)
Hedges
2018-07-13
1
-0
/
+4
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-23
/
+229
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-229
/
+23
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-7
/
+7
*
Add support for decrypted NCA files (#567)
Zach Hilman
2018-06-21
1
-0
/
+303