[core] give exclusive affinity control to CPU threads
Some checks failed
eden-license / license-header (pull_request) Failing after 20s

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2025-09-25 00:36:54 +00:00
parent 42280f34d6
commit 8620d9cbe5
Signed by: Lizzie
GPG key ID: 00287378CADCAB13
7 changed files with 0 additions and 11 deletions

View file

@ -26,7 +26,6 @@ static void RunThread(std::stop_token stop_token, Core::System& system,
std::string name = "GPU";
Common::SetCurrentThreadName(name.c_str());
Common::SetCurrentThreadPriority(Common::ThreadPriority::Critical);
system.RegisterHostThread();
auto current_context = context.Acquire();