aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/svc_common.h
AgeCommit message (Collapse)Author
2022-10-18core: hle: kernel: svc_common: Add WaitInfinite & cleanup.bunnei
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2021-12-28core: hle: kernel: Updated implementation of svcSetHeapSize.bunnei
- Updates our svcSetHeapSize with latest HOS, furthermore allowing heap size to properly be extended/shrunk. - Validated with tests https://github.com/Atmosphere-NX/Atmosphere/blob/master/tests/TestSvc/source/test_set_heap_size.cpp.
2021-05-05fixup! hle: kernel: Migrate to KHandleTable.bunnei
2021-05-05hle: kernel: Migrate to KHandleTable.bunnei
2021-01-11core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei
2021-01-11core: hle: kernel: Begin moving common SVC defintions to its own header.bunnei