mirror of
https://github.com/libretro/beetle-psx-libretro.git
synced 2024-11-23 00:39:40 +00:00
ValidateAddress does nothing and slows down pgxp by a few percent
This commit is contained in:
parent
1f1a7be54a
commit
2664cdf4d5
@ -65,7 +65,7 @@ u32 PGXP_ConvertAddress(u32 addr)
|
||||
u32 memOffs = 0;
|
||||
u32 paddr = addr;
|
||||
|
||||
ValidateAddress(addr);
|
||||
// ValidateAddress(addr);
|
||||
|
||||
switch (paddr >> 24)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user