We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4685c23 commit 8be6664Copy full SHA for 8be6664
app/Ryzen/RyzenControl.cs
@@ -172,7 +172,7 @@ public static bool IsSupportedUViGPU()
172
public static bool IsRingExsists()
173
{
174
string exeDir = Path.GetDirectoryName(Application.ExecutablePath);
175
- return File.Exists(exeDir + "\\" + "WinRing0x64.dll");
+ return File.Exists(exeDir + "\\" + "WinRing0x64.dll") && File.Exists(exeDir + "\\" + "WinRing0x64.sys");
176
}
177
178
public static void DownloadRing()
0 commit comments