mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 22:35:38 +00:00
Require to acknowledge Anti-Cheat impact on PowerControl
This commit is contained in:
parent
862bdd2dd3
commit
9c0a326d48
3 changed files with 56 additions and 5 deletions
|
|
@ -18,6 +18,12 @@ namespace PowerControl
|
|||
{
|
||||
if (Settings.Default.EnableExperimentalFeatures)
|
||||
{
|
||||
if (!Settings.Default.AckAntiCheat(
|
||||
Controller.TitleWithVersion,
|
||||
"ExperimentalFeatures",
|
||||
"You are running EXPERIMENTAL build."))
|
||||
return;
|
||||
|
||||
for (int i = 0; !VangoghGPU.IsSupported; i++)
|
||||
{
|
||||
Instance.WithGlobalMutex(1000, () => VangoghGPU.Detect());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue