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
/
hle
/
service
/
ldr
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel/process: Remove most allocation functions from Process' interface
Lioncash
2018-12-28
1
-11
/
+16
*
Merge pull request #1864 from lioncash/nrr
bunnei
2018-12-08
1
-4
/
+5
|
\
|
*
service/ldr: Amend layout of the NRO header
Lioncash
2018-12-05
1
-3
/
+3
|
*
service/ldr: Corrent padding within the NRR header layout
Lioncash
2018-12-05
1
-1
/
+2
*
|
service/ldr: Deduplicate instruction cache clearing code in LoadNro()
Lioncash
2018-12-05
1
-8
/
+2
|
/
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-1
/
+11
*
ldr: Clean up error codes
Lioncash
2018-11-19
1
-29
/
+12
*
ldr_ro: Add error check for memory allocation failure
Zach Hilman
2018-11-18
1
-7
/
+20
*
ldr_ro: Implement UnloadNro (command 1)
Zach Hilman
2018-11-15
1
-22
/
+85
*
ldr_ro: Fully Implement LoadNro (command 0)
Zach Hilman
2018-11-15
1
-11
/
+110
*
ldr_ro: Implement UnloadNrr (command 3)
Zach Hilman
2018-11-15
1
-2
/
+84
*
ldr_ro: Fully implement LoadNrr (command 2)
Zach Hilman
2018-11-15
1
-0
/
+112
*
ldr: Partially implement LoadNro.
bunnei
2018-10-26
1
-3
/
+49
*
service: Add ldr services
Lioncash
2018-07-26
2
-0
/
+97