mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Increase hardware compatibility check speed by 50 percent
This commit is contained in:
@@ -323,7 +323,7 @@ class CompatibilityChecker:
|
|||||||
if self.hardware_report.get(device_type):
|
if self.hardware_report.get(device_type):
|
||||||
index += 1
|
index += 1
|
||||||
print("{}. {}:".format(index, device_type))
|
print("{}. {}:".format(index, device_type))
|
||||||
time.sleep(1)
|
time.sleep(0.5)
|
||||||
function()
|
function()
|
||||||
|
|
||||||
max_supported_gpu_version = min_supported_gpu_version = None
|
max_supported_gpu_version = min_supported_gpu_version = None
|
||||||
|
|||||||
Reference in New Issue
Block a user