summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_resource_limit.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: remove relative task registrationLiam2023-08-151-2/+1
|
* kernel: convert KResourceLimitLiam2023-03-131-10/+10
|
* kernel: remove gratitutous attribute usageLiam2023-03-131-1/+1
|
* kernel/svc_types: refreshLiam2022-11-101-9/+2
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-2/+2
|
* 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.
* core: hle: kernel: KResourceLimit: Add a helper function for creating a KResourceLimit for a process.bunnei2022-02-211-0/+3
|
* kernel: Add missing override specifiersLioncash2021-05-291-2/+2
| | | | | | | | 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.
* kernel: Eliminate variable shadowingLioncash2021-05-081-1/+1
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* hle: kernel: Remove deprecated Object class.bunnei2021-05-061-15/+0
|
* hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei2021-05-061-6/+14
|
* k_resource_limit: Minor cleanup of member variables/headersameerj2021-04-141-8/+4
|
* Simplify limitableresource namesChloe Marcec2021-02-031-5/+5
|
* Address issuesChloe Marcec2021-02-021-5/+6
|
* Drop m_ from lockChloe Marcec2021-01-301-1/+1
|
* kernel: Rewrite resource limit to be more accurateChloe Marcec2021-01-301-0/+80
Matches closer to hardware