[core] give exclusive affinity control to CPU threads
Some checks failed
eden-license / license-header (pull_request) Failing after 20s
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:
parent
42280f34d6
commit
8620d9cbe5
7 changed files with 0 additions and 11 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue