mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-15 15:44:23 -04:00
pm: implement correct application thread boosting mechanism
This commit is contained in:
parent
2d0c881ffe
commit
08ad48fbf3
6 changed files with 50 additions and 26 deletions
|
@ -669,8 +669,8 @@ namespace sts::pm::impl {
|
|||
return resource::BoostSystemMemoryResourceLimit(boost_size);
|
||||
}
|
||||
|
||||
Result BoostSystemThreadResourceLimit() {
|
||||
return resource::BoostSystemThreadResourceLimit();
|
||||
Result BoostApplicationThreadResourceLimit() {
|
||||
return resource::BoostApplicationThreadResourceLimit();
|
||||
}
|
||||
|
||||
Result AtmosphereGetCurrentLimitInfo(u64 *out_cur_val, u64 *out_lim_val, u32 group, u32 resource) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue