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