summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_scoped_resource_reservation.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-3/+3
2021-05-06hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei1-5/+3
2021-02-13kernel: KScopedReservation implementationameerj1-0/+67
This implements KScopedReservation, allowing resource limit reservations to be more HW accurate, and release upon failure without requiring too many conditionals.