[MISC] Allow user to override process priority class

This commit is contained in:
Xphalnos
2024-10-25 20:03:20 +02:00
committed by Radosław Gliński
parent 82cb261140
commit cf0ee05da6
5 changed files with 35 additions and 0 deletions

View File

@@ -294,4 +294,6 @@ void ShowSimpleMessageBox(SimpleMessageBoxType type, std::string_view message) {
// Java VM for the calling thread is needed.
}
bool SetProcessPriorityClass(const uint32_t priority_class) { return true; }
} // namespace xe