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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Don't fail silently
David Marcec
2020-04-29
1
-0
/
+30
*
kernel: process_capability: Update to use Memory::PageTable.
bunnei
2020-04-17
1
-12
/
+12
*
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
-1
/
+7
*
kernel/process_capability: Handle handle table capability flags
Lioncash
2018-12-21
1
-1
/
+6
*
kernel/process_capability: Handle kernel version capability flags
Lioncash
2018-12-21
1
-1
/
+13
*
kernel/process_capability: Handle program capability flags
Lioncash
2018-12-21
1
-1
/
+8
*
kernel/process_capability: Handle interrupt capability flags
Lioncash
2018-12-21
1
-1
/
+21
*
kernel/process_capability: Handle syscall capability flags
Lioncash
2018-12-21
1
-1
/
+24
*
kernel/process_capability: Handle the priority mask and core mask flags
Lioncash
2018-12-21
1
-1
/
+30
*
kernel/process: Introduce process capability parsing skeleton
Lioncash
2018-12-21
1
-0
/
+253