Prevent the game from modifying the process priority

This commit is contained in:
momo5502 2023-04-13 17:36:59 +02:00
parent 8372d34c3d
commit 62b14eb542

View File

@ -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);