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