pcsx2
pcsx2 copied to clipboard
[BUG]: Pointer Write codes TLB Misses
Describe the Bug
When using Pointer Write codes, the emulator shows TLB Misses when the address from which the pointer should be loaded is NULL (zero) but by default should be skipped as described in Wiki of Cheat Device for PS2 by root670.
Reproduction Steps
Use any Pointer Write code. Ex. patch=1,EE,600A0000,extended,FFFFFFFF patch=1,EE,00020001,extended,00000010
or
patch=1,EE,600A0000,extended,FFFFFFFF patch=1,EE,00020003,extended,00000010 patch=1,EE,00000020,extended,00000030
Expected Behavior
No TLB Misses when the address from which the Pointer Write reads is NULL (zero).
PCSX2 Revision
Latest
Operating System
Windows 10 (64bit)
If Linux - Specify Distro
CPU
GPU
GS Settings
No response
Emulation Settings
No response
GS Window Screenshots
No response
Logs & Dumps
No response