summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/address_arbiter.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-22Run clang-format on PR.Michael Scire1-22/+22
2018-06-21Kernel/Arbiters: Mostly implement SignalToAddressMichael Scire1-1/+1
2018-06-21Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.Michael Scire1-0/+32
2018-02-18kernel: Remove unused address_arbiter code.bunnei1-60/+0
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-05-30Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner1-0/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-1/+0
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-4/+10
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner1-1/+1
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner1-1/+2
2015-01-30Kernel: Mark all appropriate kernel objects as "final"Yuri Kunde Schlesner1-1/+1
2015-01-30Kernel: Convert AddressArbiter to not use HandlesYuri Kunde Schlesner1-2/+22
2015-01-30Kernel: Remove useless/duplicated comments; mark functions staticYuri Kunde Schlesner1-3/+0
2015-01-13AddrArbiter: Implement arbitration types 3 and 4.Subv1-1/+1
2014-12-21License changepurpasmart961-1/+1
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner1-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-07-09Kernel: Added preliminary support for address arbiters.bunnei1-0/+36