Skip to content

Commit d50d0c0

Browse files
author
Requiem
committed
chore: updated VM::CLOCK score
1 parent ae3dfeb commit d50d0c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vmaware.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11208,7 +11208,7 @@ struct VM {
1120811208
return false;
1120911209
}
1121011210

11211-
// Surface Pro models typically do not have PIT
11211+
// Surface Pro models typically do not have PIT, some devices might have it but not expose it due to firmware bugs (i.e. Lenovo 83AG)
1121211212
{
1121311213
const char* manufacturer = nullptr;
1121411214
const char* model = nullptr;
@@ -13002,7 +13002,7 @@ std::array<VM::core::technique, VM::enum_size + 1> VM::core::technique_table = [
1300213002
{VM::TRAP, {100, VM::trap}},
1300313003
{VM::ACPI_SIGNATURE, {100, VM::acpi_signature}},
1300413004
{VM::NVRAM, {100, VM::nvram}},
13005-
{VM::CLOCK, {90, VM::clock}},
13005+
{VM::CLOCK, {45, VM::clock}},
1300613006
{VM::POWER_CAPABILITIES, {45, VM::power_capabilities}},
1300713007
{VM::CPU_HEURISTIC, {90, VM::cpu_heuristic}},
1300813008
{VM::BOOT_LOGO, {100, VM::boot_logo}},

0 commit comments

Comments
 (0)