summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/address_arbiter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-7/+1
* Thread: Fixed to wait on address when in arbitration.bunnei2014-12-091-1/+1
* Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner2014-11-241-5/+0
* HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-5/+5
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-4/+4
* Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash2014-08-181-2/+2
* AddressArbiter: Removed unnecessary HLE::Reschedule.bunnei2014-08-061-1/+0
* AddressArbiter: Fixed bug with break statements missing from case statements.bunnei2014-08-061-0/+2
* Kernel: Added preliminary support for address arbiters.bunnei2014-07-091-0/+87