Skip to content

Commit 086f2bf

Browse files
authored
Merge pull request #416 from NotRequiem/dev
small change to VM::QEMU_PASSTHROUGH
2 parents 52f23d2 + 66d3cf6 commit 086f2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vmaware.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8304,7 +8304,7 @@ struct VM {
83048304

83058305
if (foundQemuAcpi) {
83068306
SetupDiDestroyDeviceInfoList(hDevInfo);
8307-
return true;
8307+
return core::add(brands::QEMU);
83088308
}
83098309
}
83108310

0 commit comments

Comments
 (0)