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.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-07-12
1
-6
/
+32
*
Merge pull request #772 from lioncash/warn
bunnei
2015-05-18
1
-3
/
+3
|
\
|
*
process: Get rid of warnings
Lioncash
2015-05-14
1
-3
/
+3
*
|
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-15
1
-0
/
+1
*
|
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
1
-1
/
+1
|
/
*
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-12
1
-0
/
+2
|
\
|
*
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
1
-0
/
+2
*
|
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
2015-05-11
1
-1
/
+1
|
/
*
Common: Remove the BIT macro
Yuri Kunde Schlesner
2015-05-09
1
-2
/
+2
*
Kernel: Remove unused g_main_thread variable
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+1
*
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
2015-05-09
1
-3
/
+3
*
Process: Use BitField to store process flags
Yuri Kunde Schlesner
2015-05-09
1
-10
/
+4
*
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
2015-05-09
1
-3
/
+70
*
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner
2015-05-09
1
-0
/
+35