Skip to content

Commit 8be6664

Browse files
committed
Advanced tab check tweaks
1 parent 4685c23 commit 8be6664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Ryzen/RyzenControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public static bool IsSupportedUViGPU()
172172
public static bool IsRingExsists()
173173
{
174174
string exeDir = Path.GetDirectoryName(Application.ExecutablePath);
175-
return File.Exists(exeDir + "\\" + "WinRing0x64.dll");
175+
return File.Exists(exeDir + "\\" + "WinRing0x64.dll") && File.Exists(exeDir + "\\" + "WinRing0x64.sys");
176176
}
177177

178178
public static void DownloadRing()

0 commit comments

Comments
 (0)