remove this

This commit is contained in:
Skull Merlin 2022-05-11 23:14:48 +03:00 committed by GitHub
parent 3b9006d9fe
commit 5de685e1e0

View File

@ -145,15 +145,6 @@ namespace arxan
{ {
// cba to implement sp, not sure if it's even needed // cba to implement sp, not sure if it's even needed
if (game::environment::is_sp()) return; if (game::environment::is_sp()) return;
// some of arxan crashes
// utils::hook::nop(0xCDEFCAA_b, 6);
// utils::hook::nop(0x930FCAA_b, 6);
// utils::hook::nop(0x867B66_b, 4);
// utils::hook::nop(0x81F0C0_b, 6);
// utils::hook::nop(0x5813609_b, 6);
// utils::hook::nop(0x8DD678_b, 0xEB);
//utils::hook::nop(0xB3D96_b, 4);
} }
}; };
} }