..:: PCSX2 Forums ::..

Full Version: Prince of Persia T2T debugging, help needed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello  Smile  Recently i was comparing US and EU version, trying to figure out, what is responsible there for censored content in EU version. It turns out, that there is some region check algo inside ELF, and when you swap blocks with ELF's executable ID's - SLES_537.77 and SLUS_212.87, it tricks game to think, that it's US version running, and it loads uncensored content. Is PCSX2 have some ELF step-by-step execution tracing/logging to find out, which part of code inside ELF cause such behavior? Thanks in advance Wink
Some progress here Tongue I make a very ugly tweak for PCSX2 - instructions logging, and checked, where code executes differently. It's some condition, which false for EU version, and true for tricked into US version.
Update: Improved logging, and got offsets Tongue If you change EU offset with US value, this also will trick game to run as US version Smile