mirror of https://github.com/PCSX2/pcsx2.git
- Added katamari (j) skip video patch.
- Added description on the patch syntax in the game database header... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3010 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
259af5f4b5
commit
bd2a211144
|
@ -30,6 +30,18 @@
|
||||||
-- 5 = Playable
|
-- 5 = Playable
|
||||||
-- 6 = Perfect
|
-- 6 = Perfect
|
||||||
|
|
||||||
|
---------------------------------------------
|
||||||
|
-- Patches
|
||||||
|
---------------------------------------------
|
||||||
|
-- Patches must be specified in blocks.
|
||||||
|
-- [patches] or [patches = crc] is acceptable.
|
||||||
|
-- The blocks must end with a [/patch] tag.
|
||||||
|
-- The block tags must be on their own lines.
|
||||||
|
-- pcsx2 only loads the first [patches] block that matches the game.
|
||||||
|
-- The [patches] block based on crc takes priority when pcsx2 searches for patches...
|
||||||
|
-- Everything inside the patches block gets fed to pcsx2's old patch parser.
|
||||||
|
-- Currently the patch syntax is the same as pcsx2's old *.pnach system...
|
||||||
|
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
-- Game List
|
-- Game List
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
@ -25035,6 +25047,12 @@ Serial = SLPS-25360
|
||||||
Name = Katamari Damacy
|
Name = Katamari Damacy
|
||||||
Region = NTSC-J
|
Region = NTSC-J
|
||||||
Compat = 5
|
Compat = 5
|
||||||
|
[patches = B130E5BA]
|
||||||
|
|
||||||
|
//Skip Videos ("sceMpegIsEnd")
|
||||||
|
patch=0,EE,0018d798,word,24020001
|
||||||
|
|
||||||
|
[/patches]
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLPS-25361
|
Serial = SLPS-25361
|
||||||
Name = Smash Court Professional Tournament 2
|
Name = Smash Court Professional Tournament 2
|
||||||
|
|
Loading…
Reference in New Issue