summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_address_arbiter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: use KTypedAddress for addressesLiam2023-03-221-7/+7
|
* kernel: convert GlobalSchedulerContext, KAddressArbiter, KScopedSchedulerLockAndSleep, KThreadQueue to new styleLiam2023-03-131-23/+22
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-10/+9
|
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-2/+2
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* general: Replace RESULT_UNKNOWN with ResultUnknownMorph2021-06-021-2/+2
| | | | Transition to PascalCase for result names.
* core: hle: kernel: Update KAddressArbiter.bunnei2021-01-111-0/+70