mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
remove SetProcessPriorityBoost for now, needs more testing
This commit is contained in:
parent
c44055a214
commit
db6c5cbc6f
2
main.c
2
main.c
@ -56,7 +56,7 @@ BOOL WINAPI DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
|
|||||||
{
|
{
|
||||||
printf("cnc-ddraw DLL_PROCESS_ATTACH");
|
printf("cnc-ddraw DLL_PROCESS_ATTACH");
|
||||||
|
|
||||||
SetProcessPriorityBoost(GetCurrentProcess(), TRUE);
|
//SetProcessPriorityBoost(GetCurrentProcess(), TRUE);
|
||||||
timeBeginPeriod(1);
|
timeBeginPeriod(1);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user