Set steam proxy priority to run exactly after the updater
This commit is contained in:
parent
b26752860f
commit
25c2853d4b
@ -235,6 +235,11 @@ namespace steam_proxy
|
|||||||
steam_client_module.invoke<bool>("Steam_BReleaseSteamPipe", steam_pipe);
|
steam_client_module.invoke<bool>("Steam_BReleaseSteamPipe", steam_pipe);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
int priority() override
|
||||||
|
{
|
||||||
|
return 998; // Run after the updater
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const utils::nt::library& get_overlay_module()
|
const utils::nt::library& get_overlay_module()
|
||||||
|
Loading…
Reference in New Issue
Block a user