index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
process.cpp
Age
Commit message (
Expand
)
Author
2015-07-11
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-05-18
Merge pull request #772 from lioncash/warn
bunnei
2015-05-14
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-14
process: Get rid of warnings
Lioncash
2015-05-11
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-11
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
2015-05-09
Common: Remove the BIT macro
Yuri Kunde Schlesner
2015-05-08
Kernel: Remove unused g_main_thread variable
Yuri Kunde Schlesner
2015-05-08
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
2015-05-08
Process: Use BitField to store process flags
Yuri Kunde Schlesner
2015-05-08
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
2015-05-08
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner