Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Zormeister authored Aug 28, 2024
1 parent 7e7ba3f commit 147c098
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Lilu/Sources/kern_devinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,7 @@ void DeviceInfo::grabDevicesFromPciRoot(IORegistryEntry *pciRoot) {
// AZAL audio devices cannot be descrete GPU devices.
// On several AMD platforms there is an IGPU, which makes AZAL be recognised as a descrete GPU/HDA pair.
// REF: https://github.com/acidanthera/Lilu/pull/65
// change v.video to videoBuiltin?
if (((v.audio && strcmp(v.audio->getName(), "AZAL") != 0) || !v.audio) && v.video) {
if (((v.audio && strcmp(v.audio->getName(), "AZAL") != 0) || !v.audio) && ) {
DBGLOG_COND(v.audio, "dev", "marking audio device as HDAU at %s", safeString(v.audio->getName()));
if (!videoExternal.push_back(v))
SYSLOG("dev", "failed to push video gpu");
Expand Down

0 comments on commit 147c098

Please sign in to comment.