aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/k_resource_limit.h
AgeCommit message (Collapse)Author
2023-08-14kernel: remove relative task registrationLiam
2023-03-12kernel: convert KResourceLimitLiam
2023-03-12kernel: remove gratitutous attribute usageLiam
2022-11-09kernel/svc_types: refreshLiam
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2022-02-21core: hle: kernel: KResourceLimit: Add a helper function for creating a ↵bunnei
KResourceLimit for a process.
2021-05-29kernel: Add missing override specifiersLioncash
Over the course of the kernel refactoring a tiny bit of missing overrides slipped through review, so we can add these. While we're at it, we can remove redundant virtual keywords where applicable as well.
2021-05-08kernel: Eliminate variable shadowingLioncash
Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
2021-05-05hle: kernel: Remove deprecated Object class.bunnei
2021-05-05hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei
2021-04-14k_resource_limit: Minor cleanup of member variables/headersameerj
2021-02-03Simplify limitableresource namesChloe Marcec
2021-02-02Address issuesChloe Marcec
2021-01-30Drop m_ from lockChloe Marcec
2021-01-30kernel: Rewrite resource limit to be more accurateChloe Marcec
Matches closer to hardware