This commit is contained in:
Federico Cecchetto 2022-02-27 00:00:16 +01:00
parent d5d9ef4a01
commit e1498e7bc2

View File

@ -586,6 +586,7 @@ namespace demonware
// Update check
utils::hook::set(0x1403A5390, 0xC301B0);
// Remove some while loop in demonware that freezes the rendering for a few secs at launch
utils::hook::nop(0x14057DBC5, 5);
}