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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
yuzu: Port old usages of Filesystem namespace to FilesystemController
Zach Hilman
2019-09-21
1
-1
/
+3
*
nro: Implement ReadControlData
Nick Renieris
2019-09-07
1
-0
/
+9
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-1
/
+1
*
core/core: Move process execution start to System's Load()
Lioncash
2019-04-12
1
-7
/
+7
*
kernel/codeset: Make CodeSet's memory data member a regular std::vector
Lioncash
2019-03-22
1
-1
/
+1
*
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-20
1
-0
/
+1
*
loader/nro: Make the static LoadNro function internally linked
Lioncash
2018-12-03
1
-4
/
+5
*
loader/nro: Remove dependency on the System class
Lioncash
2018-12-03
1
-8
/
+6
*
process: Make MirrorMemory take state to map new memory as
Zach Hilman
2018-11-15
1
-2
/
+5
*
loader/nro: Call RegisterRomFS from Load
Zach Hilman
2018-10-29
1
-0
/
+5
*
nro: Make LoadNro method accessible outside of apploader code.
bunnei
2018-10-26
1
-6
/
+15
*
nro: Make LoadNro take a VfsFile by const reference
Lioncash
2018-10-15
1
-5
/
+5
*
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
1
-12
/
+9
*
nso/nro: Use default allocation size for arg_data
Zach Hilman
2018-10-07
1
-6
/
+8
*
cmd: Support passing game arguments from command line
Zach Hilman
2018-10-07
1
-1
/
+1
*
nso/nro: Add NSO arguments structure to data section
Zach Hilman
2018-10-07
1
-0
/
+13
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-1
/
+1
*
loader: Make the Load() function take a process as a regular reference, not a SharedPtr
Lioncash
2018-09-29
1
-3
/
+3
*
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-25
1
-3
/
+4
*
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
1
-5
/
+0
*
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-09-13
1
-1
/
+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
/
+5
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-0
/
+1
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-2
/
+4
*
loader: Remove address mapping remnants from citra
Lioncash
2018-08-15
1
-1
/
+0
*
loader: Add more descriptive errors
Zach Hilman
2018-08-10
1
-5
/
+5
*
kernel/process: Use accessors instead of class members for referencing segment array
Lioncash
2018-08-03
1
-1
/
+1
*
nro: Replace inclusion with a forward declaration
Lioncash
2018-07-23
1
-0
/
+3
*
nro: Make bracing consistent
Lioncash
2018-07-23
1
-10
/
+24
*
NRO Assets and NACP file format
Zach Hilman
2018-07-23
1
-1
/
+78
*
loader/{nca, nro}: std::move VirtualFile in the constructors where applicable
Lioncash
2018-07-20
1
-1
/
+2
*
loader/nro: Resolve sign mismatch warnings
Lioncash
2018-07-19
1
-1
/
+1
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-19
1
-22
/
+10
*
More improvements to GDBStub (#653)
Hedges
2018-07-13
1
-0
/
+4
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-08
1
-10
/
+22
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-22
/
+10
*
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
Subv
2018-04-21
1
-1
/
+1
*
memory: Fix stack region.
bunnei
2018-03-31
1
-1
/
+1
*
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
1
-1
/
+1
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-3
/
+2
*
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-02
1
-2
/
+2
*
Merge pull request #92 from gdkchan/nro_refactor
bunnei
2018-01-21
1
-2
/
+2
|
\
|
*
Fix NRO Entry Point
gdkchan
2018-01-18
1
-2
/
+2
*
|
loader: Clean up ctors and includes.
bunnei
2018-01-20
1
-0
/
+4
*
|
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-20
1
-1
/
+1
|
/
*
Fix NRO loading
gdkchan
2018-01-18
1
-20
/
+9
*
Remove relocation on NSO/NRO
gdkchan
2018-01-17
1
-9
/
+0
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
core: Refactor MakeMagic usage and remove dead code.
bunnei
2017-10-15
1
-3
/
+4
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-10
1
-6
/
+6
*
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-10-10
1
-14
/
+3
*
loader: Add support for NRO, as well as various fixes and shared linker.
bunnei
2017-10-06
1
-0
/
+173