..:: PCSX2 Forums ::..

Full Version: Bugs & a typos in patch.c
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Some time ago i wrote some code to support raw codebreaker/armax cheats in pcsx2.

I fixed some bugs and here is the diff file.

To use codebreaker/armax codes you have to:

1.- Get the codes
2.- Translate the codes to raw codes
3.- Write them in the pnach file of the game in this way
Code:
If the raw code is

D056BADC 0000FBFB
1025C7E8 000041F7

You have to write

patch=1,EE,D056BADC,extended,0000FBFB
patch=1,EE,1025C7E8,extended,000041F7
4.- You don't have to write master codes
Perhaps fill out an issue report on the google code project page.