summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_resource_limit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
| | | | Transition to PascalCase for result names.
* kernel: Eliminate variable shadowingLioncash2021-05-081-2/+2
| | | | | Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
* hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei2021-05-061-4/+10
|
* k_resource_limit: Minor cleanup of member variables/headersameerj2021-04-141-9/+4
|
* kernel: Unify result codes (#5890)Chloe2021-02-131-1/+1
| | | | | | | | | * kernel: Unify result codes Drop the usage of ERR_NAME convention in kernel for ResultName. Removed seperation between svc_results.h & errors.h as we mainly include both most of the time anyways. * oops * rename errors to svc_results
* Address issuesChloe Marcec2021-02-021-2/+0
|
* fix compile errorChloe Marcec2021-01-301-1/+1
|
* cleanup commentingChloe Marcec2021-01-301-2/+2
|
* Drop m_ from lockChloe Marcec2021-01-301-8/+8
|
* Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailableChloe Marcec2021-01-301-4/+3
|
* kernel: Rewrite resource limit to be more accurateChloe Marcec2021-01-301-0/+155
Matches closer to hardware