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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Fix applet includes using iwyu.
Emmanuel Gil Peyrot
2015-07-12
1
-0
/
+1
*
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-07-12
1
-7
/
+36
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+2
*
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-15
1
-0
/
+4
*
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-12
1
-0
/
+3
*
fixup!
Subv
2015-05-12
1
-6
/
+0
*
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
1
-0
/
+11
*
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
2015-05-09
1
-2
/
+2
*
Process: Add more documentation to the class members
Yuri Kunde Schlesner
2015-05-09
1
-2
/
+16
*
Process: Use BitField to store process flags
Yuri Kunde Schlesner
2015-05-09
1
-6
/
+20
*
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+2
*
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner
2015-05-09
1
-0
/
+61