mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
GPU (Windows): don't assume revId is not 0
This commit is contained in:
@@ -144,7 +144,7 @@ const char* ffDetectGPUImpl(FF_MAYBE_UNUSED const FFGPUOptions* options, FFlist*
|
||||
|
||||
if (getDriverSpecificDetectionFn(gpu->vendor.chars, &detectFn, &dllName) && (options->temp || options->driverSpecific))
|
||||
{
|
||||
if (vendorId && deviceId && subSystemId && revId)
|
||||
if (vendorId && deviceId && subSystemId)
|
||||
{
|
||||
detectFn(
|
||||
&(FFGpuDriverCondition) {
|
||||
|
||||
Reference in New Issue
Block a user