Skip to content

Commit 9e58da3

Browse files
author
Requiem
committed
fix: virtualbox boot logo conflict with some MSI motherboards
1 parent 16c36f5 commit 9e58da3

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
@@ -10278,7 +10278,7 @@ struct VM {
1027810278
switch (hash) {
1027910279
case 0x110350C5: return core::add(brand_enum::QEMU); // TianoCore EDK2
1028010280
case 0x87c39681: return core::add(brand_enum::HYPERV);
10281-
case 0x9502cb33: return core::add(brand_enum::VBOX);
10281+
// case 0x9502cb33: return core::add(brand_enum::VBOX); // conflicts with some MSI logo images
1028210282
default: return false;
1028310283
}
1028410284
#else

0 commit comments

Comments
 (0)