summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_scoped_resource_reservation.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-3/+3
|
* hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei2021-05-061-5/+3
|
* kernel: KScopedReservation implementationameerj2021-02-131-0/+67
This implements KScopedReservation, allowing resource limit reservations to be more HW accurate, and release upon failure without requiring too many conditionals.