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
/
kip.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: loader: kip: Minimal changes to fix KIP loading.
bunnei
2021-12-18
1
-1
/
+7
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-2
/
+2
*
loader: Resolve instances of variable shadowing
Lioncash
2021-04-27
1
-6
/
+6
*
program_metadata: Set a default resource size when a NPDM is not present
Morph
2021-04-23
1
-1
/
+2
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-19
1
-1
/
+1
*
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-27
1
-3
/
+0
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-1
/
+1
*
core/loader: Remove dependencies on the global system instance
Lioncash
2020-09-16
1
-1
/
+2
*
loader: elf/kip/nro: Updates for new VMM.
bunnei
2020-04-17
1
-1
/
+3
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-1
/
+1
*
core/loaders: Simplify PhysicalMemory usage.
Markus Wick
2020-01-18
1
-2
/
+3
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-1
/
+1
*
kernel_executable: Optimize BLZ decompression
Zach Hilman
2019-06-07
1
-4
/
+8
*
loader: Add AppLoader_KIP for KIP files
Zach Hilman
2019-06-05
1
-0
/
+98