mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
comment became fucked up?
This commit is contained in:
parent
9f4e2e82c1
commit
6e57a076b7
@ -541,8 +541,8 @@ int Pthread::SetAffinity(const Cpuset* cpuset) {
|
|||||||
return POSIX_ESRCH;
|
return POSIX_ESRCH;
|
||||||
}
|
}
|
||||||
|
|
||||||
// We don't use this currently because some games gets performance problems
|
// We don't use this currently because some games gets performance problems
|
||||||
// when applying affinity event
|
// when applying affinity even on strong hardware
|
||||||
/*
|
/*
|
||||||
#ifdef _WIN64
|
#ifdef _WIN64
|
||||||
DWORD_PTR affinity_mask = static_cast<DWORD_PTR>(mask);
|
DWORD_PTR affinity_mask = static_cast<DWORD_PTR>(mask);
|
||||||
|
Loading…
Reference in New Issue
Block a user