summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/svc_common.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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