Skip to content

Commit ce5a2bb

Browse files
author
Requiem
committed
chore: reduced score due to experimental testing for this week
1 parent c6457e8 commit ce5a2bb

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
@@ -13371,7 +13371,7 @@ std::array<VM::core::technique, VM::enum_size + 1> VM::core::technique_table = [
1337113371
{VM::MAC_SYS, {100, VM::mac_sys}},
1337213372
#endif
1337313373

13374-
{VM::TIMER, {150, VM::timer}},
13374+
{VM::TIMER, {100, VM::timer}},
1337513375
{VM::THREAD_MISMATCH, {50, VM::thread_mismatch}},
1337613376
{VM::VMID, {100, VM::vmid}},
1337713377
{VM::CPU_BRAND, {95, VM::cpu_brand}},

0 commit comments

Comments
 (0)