summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/k_resource_limit.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-1/+1
Transition to PascalCase for result names.
2021-05-08kernel: Eliminate variable shadowingLioncash1-2/+2
Now that the large kernel refactor is merged, we can eliminate the remaining variable shadowing cases.
2021-05-06hle: kernel: Migrate KResourceLimit to KAutoObject.bunnei1-4/+10
2021-04-14k_resource_limit: Minor cleanup of member variables/headersameerj1-9/+4
2021-02-13kernel: Unify result codes (#5890)Chloe1-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
2021-02-02Address issuesChloe Marcec1-2/+0
2021-01-30fix compile errorChloe Marcec1-1/+1
2021-01-30cleanup commentingChloe Marcec1-2/+2
2021-01-30Drop m_ from lockChloe Marcec1-8/+8
2021-01-30Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailableChloe Marcec1-4/+3
2021-01-30kernel: Rewrite resource limit to be more accurateChloe Marcec1-0/+155
Matches closer to hardware