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
/
kernel
/
process_capability.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-4
/
+4
*
kernel: process_capability: Add MapRegion capability
Morph
2021-05-25
1
-0
/
+3
*
process_capability: Handle extended SVC range
Lioncash
2021-04-07
1
-1
/
+1
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-19
1
-9
/
+7
*
kernel: process_capability: Update to use Memory::PageTable.
bunnei
2020-04-17
1
-11
/
+13
*
kernel/handle_table: Allow process capabilities to limit the handle table size
Lioncash
2019-02-25
1
-2
/
+2
*
kernel/process_capability: Handle debug capability flags
Lioncash
2018-12-21
1
-0
/
+11
*
kernel/process_capability: Handle handle table capability flags
Lioncash
2018-12-21
1
-0
/
+5
*
kernel/process_capability: Handle kernel version capability flags
Lioncash
2018-12-21
1
-0
/
+5
*
kernel/process_capability: Handle program capability flags
Lioncash
2018-12-21
1
-1
/
+20
*
kernel/process_capability: Handle syscall capability flags
Lioncash
2018-12-21
1
-0
/
+5
*
kernel/process_capability: Handle the priority mask and core mask flags
Lioncash
2018-12-21
1
-0
/
+10
*
kernel/process: Introduce process capability parsing skeleton
Lioncash
2018-12-21
1
-0
/
+209