Prevent the game from modifying the process priority
This commit is contained in:
parent
8372d34c3d
commit
62b14eb542
@ -116,6 +116,9 @@ namespace client_patches
|
||||
{
|
||||
fix_amd_cpu_stuttering();
|
||||
|
||||
// Don't modify process priority
|
||||
utils::hook::nop(0x142334C98_g, 6);
|
||||
|
||||
// Kill microphones for now
|
||||
utils::hook::set(0x15AAE9254_g, mixer_open_stub);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user