mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-31 23:08:22 -04:00
tipc: enable named-thread dispatch
This commit is contained in:
parent
d1bc1a5c57
commit
ff5f376c33
3 changed files with 30 additions and 5 deletions
|
@ -72,7 +72,7 @@ namespace ams::sm {
|
|||
|
||||
void LoopProcessTipcServer() {
|
||||
/* Loop processing the server on all threads. */
|
||||
g_server_manager.LoopAuto();
|
||||
g_server_manager.LoopAuto(AMS_GET_SYSTEM_THREAD_PRIORITY(sm, DispatcherThread), AMS_GET_SYSTEM_THREAD_NAME(sm, DispatcherThread));
|
||||
}
|
||||
|
||||
void TriggerResume(sm::ServiceName service_name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue