ValidateAddress does nothing and slows down pgxp by a few percent

This commit is contained in:
Zachary Cook 2020-02-03 02:00:31 -05:00
parent 1f1a7be54a
commit 2664cdf4d5

View File

@ -65,7 +65,7 @@ u32 PGXP_ConvertAddress(u32 addr)
u32 memOffs = 0;
u32 paddr = addr;
ValidateAddress(addr);
// ValidateAddress(addr);
switch (paddr >> 24)
{