mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-25 12:14:24 -04:00
sysupdater: Add ValidateUpdate, begin implementing Async logic
This commit is contained in:
parent
1bc271bab1
commit
f223c27bb0
19 changed files with 677 additions and 3 deletions
|
@ -27,6 +27,8 @@ namespace ams::os {
|
|||
constexpr inline s32 DefaultThreadPriority = ThreadPriorityRangeSize / 2;
|
||||
constexpr inline s32 LowestThreadPriority = ThreadPriorityRangeSize - 1;
|
||||
|
||||
constexpr inline s32 InvalidThreadPriority = 127;
|
||||
|
||||
constexpr inline s32 LowestSystemThreadPriority = 35;
|
||||
constexpr inline s32 HighestSystemThreadPriority = -12;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue