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
/
nro.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-3
/
+3
*
loader: Resolve instances of variable shadowing
Lioncash
2021-04-27
1
-6
/
+8
*
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: nro: Fix process initialization using ProgramMetadata default.
bunnei
2020-04-21
1
-1
/
+1
*
nro: Implement ReadControlData
Nick Renieris
2019-09-07
1
-0
/
+1
*
core/core: Move process execution start to System's Load()
Lioncash
2019-04-12
1
-1
/
+1
*
loader: Remove Linker inheritance from NRO and NSO loaders
Lioncash
2019-03-20
1
-2
/
+2
*
loaders: Make GetFileType() a const qualified member function
Lioncash
2018-12-05
1
-1
/
+1
*
loader/nro: Make the static LoadNro function internally linked
Lioncash
2018-12-03
1
-3
/
+0
*
loader/nro: Remove dependency on the System class
Lioncash
2018-12-03
1
-2
/
+7
*
nro: Make LoadNro method accessible outside of apploader code.
bunnei
2018-10-26
1
-0
/
+3
*
nro: Make LoadNro take a VfsFile by const reference
Lioncash
2018-10-15
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: Fix missing includes and optimize style
Zach Hilman
2018-09-04
1
-1
/
+1
*
loader: Ignore patches on NRO and DRD
Zach Hilman
2018-09-04
1
-0
/
+1
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-1
/
+1
*
nro: Replace inclusion with a forward declaration
Lioncash
2018-07-23
1
-1
/
+5
*
nro: Make constructor explicit
Lioncash
2018-07-23
1
-1
/
+1
*
nro: Remove unused forward declaration
Lioncash
2018-07-23
1
-2
/
+0
*
NRO Assets and NACP file format
Zach Hilman
2018-07-23
1
-0
/
+12
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-8
/
+5
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-5
/
+8
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-8
/
+5
*
loader: Clean up ctors and includes.
bunnei
2018-01-20
1
-3
/
+1
*
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-20
1
-3
/
+3
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-1
/
+1
*
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-10
1
-5
/
+2
*
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-10-06
1
-0
/
+45