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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-25
kernel: offset code entry point for 39-bit address space type (#11326)
liamwhite
1
-1
/
+1
2023-07-15
k_process: PageTable -> GetPageTable
Liam
1
-1
/
+1
2023-03-22
kernel: use KTypedAddress for addresses
Liam
1
-1
/
+1
2022-08-20
code: dodge PAGE_SIZE #define
Kyle Kienapfel
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-12-18
core: loader: kip: Minimal changes to fix KIP loading.
bunnei
1
-1
/
+7
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-2
/
+2
2021-04-27
loader: Resolve instances of variable shadowing
Lioncash
1
-6
/
+6
2021-04-23
program_metadata: Set a default resource size when a NPDM is not present
Morph
1
-1
/
+2
2021-02-19
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
1
-1
/
+1
2020-11-27
core: Eliminate remaining usages of the global system instance
Lioncash
1
-3
/
+0
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
1
-1
/
+1
2020-09-16
core/loader: Remove dependencies on the global system instance
Lioncash
1
-1
/
+2
2020-04-17
loader: elf/kip/nro: Updates for new VMM.
bunnei
1
-1
/
+3
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
1
-1
/
+1
2020-01-18
core/loaders: Simplify PhysicalMemory usage.
Markus Wick
1
-2
/
+3
2019-07-19
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
1
-1
/
+1
2019-06-07
kernel_executable: Optimize BLZ decompression
Zach Hilman
1
-4
/
+8
2019-06-05
loader: Add AppLoader_KIP for KIP files
Zach Hilman
1
-0
/
+98