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
/
address_arbiter.cpp
Age
Commit message (
Expand
)
Author
2014-12-28
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-20
License change
purpasmart96
2014-12-13
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-08
Thread: Fixed to wait on address when in arbitration.
bunnei
2014-11-24
Remove duplicated docs/update them for changed parameters.
Yuri Kunde Schlesner
2014-11-24
HLE: Revamp error handling throrough the HLE code
Yuri Kunde Schlesner
2014-10-26
Add `override` keyword through the code.
Yuri Kunde Schlesner
2014-08-17
Core: Alter the kernel string functions to use std::string instead of const c...
Lioncash
2014-08-05
AddressArbiter: Removed unnecessary HLE::Reschedule.
bunnei
2014-08-05
AddressArbiter: Fixed bug with break statements missing from case statements.
bunnei
2014-07-08
Kernel: Added preliminary support for address arbiters.
bunnei