summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_light_lock.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: split SetAddressKey into user and kernel variantsLiam2023-01-241-1/+1
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-2/+1
|
* 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.
* hle: kernel: Remove unnecessary virtual specifier on CancelWait.bunnei2021-12-071-2/+2
|
* hle: kernel: k_light_lock: Implement CancelWait.bunnei2021-12-071-5/+10
| | | | - Fixes a crash in Megadimension Neptunia VII.
* hle: kernel: KLightLock: Migrate to updated KThreadQueue.bunnei2021-12-071-34/+35
|
* kernel: Unconditionally set thread state when appropriateMorph2021-06-111-14/+5
|
* hle: kernel: KLightLock: Fix several bugs.bunnei2021-01-291-3/+3
|
* hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling.bunnei2021-01-291-9/+3
|
* kernel: k_light_lock: Simplify EmuThreadHandle implementation.bunnei2021-01-291-3/+9
|
* core: hle: kernel: Implement KLightLock.bunnei2021-01-291-0/+130