early-access version 2254

This commit is contained in:
pineappleEA
2021-11-29 04:02:55 +01:00
parent bd6cfd7191
commit b159b8b7aa
9 changed files with 89 additions and 146 deletions

View File

@@ -92,7 +92,6 @@ enum class ThreadPriority : u32 {
Normal = 1,
High = 2,
VeryHigh = 3,
Critical = 4,
};
void SetCurrentThreadPriority(ThreadPriority new_priority);