summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc_common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: hle: kernel: svc_common: Add WaitInfinite & cleanup.bunnei2022-10-191-2/+5
|
* 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.
* core: hle: kernel: Updated implementation of svcSetHeapSize.bunnei2021-12-281-0/+5
| | | | | - 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.
* fixup! hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-1/+1
|
* hle: kernel: Migrate to KHandleTable.bunnei2021-05-061-0/+15
|
* core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.bunnei2021-01-111-0/+1
|
* core: hle: kernel: Begin moving common SVC defintions to its own header.bunnei2021-01-111-0/+13