Enable low FPS fix for newer versions of windows as well
This commit is contained in:
parent
1dc51c072c
commit
e11cc2f0d3
2 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
|||
}
|
||||
case DLL_THREAD_ATTACH:
|
||||
{
|
||||
if (g_config.singlecpu && !IsWine() && IsWindows11Version24H2())
|
||||
if (g_config.singlecpu && !IsWine() && IsWindows11Version24H2OrGreater())
|
||||
{
|
||||
util_set_thread_affinity(GetCurrentThreadId());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue