mirror of https://github.com/PCSX2/pcsx2.git
PCSX2/GameDB: Savestate version bump, Added GIFFIFO entries to GameDB
-RE Savestate version: Sorry, not sorry ;)
This commit is contained in:
parent
0b83b849e7
commit
97a8cc7ce5
|
@ -9514,6 +9514,7 @@ Serial = SLES-51372
|
||||||
Name = Wallace & Gromit in Project Zoo
|
Name = Wallace & Gromit in Project Zoo
|
||||||
Region = PAL-E
|
Region = PAL-E
|
||||||
Compat = 5
|
Compat = 5
|
||||||
|
GIFFIFOHack = 1
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLES-51374
|
Serial = SLES-51374
|
||||||
Name = RoboCop
|
Name = RoboCop
|
||||||
|
@ -10529,6 +10530,7 @@ Compat = 5
|
||||||
Serial = SLES-51879
|
Serial = SLES-51879
|
||||||
Name = Hot Wheels World Race
|
Name = Hot Wheels World Race
|
||||||
Region = PAL-E
|
Region = PAL-E
|
||||||
|
GIFFIFOHack = 1
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLES-51881
|
Serial = SLES-51881
|
||||||
Name = Mercedes Bens World Racing
|
Name = Mercedes Bens World Racing
|
||||||
|
@ -10790,6 +10792,7 @@ Serial = SLES-51989
|
||||||
Name = Wallace & Gromit in Project Zoo
|
Name = Wallace & Gromit in Project Zoo
|
||||||
Region = PAL-M5
|
Region = PAL-M5
|
||||||
Compat = 5
|
Compat = 5
|
||||||
|
GIFFIFOHack = 1
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLES-51991
|
Serial = SLES-51991
|
||||||
Name = Dance UK
|
Name = Dance UK
|
||||||
|
@ -10878,12 +10881,13 @@ Region = PAL-G
|
||||||
Compat = 5
|
Compat = 5
|
||||||
[patches = C502AD6E]
|
[patches = C502AD6E]
|
||||||
|
|
||||||
comment=patches by Nachbrenner
|
//comment=patches by Nachbrenner
|
||||||
|
//No longer required? - Apr 2016
|
||||||
//skip sceIpuSync
|
//skip sceIpuSync
|
||||||
patch=0,EE,00472c78,word,03e00008
|
//patch=0,EE,00472c78,word,03e00008
|
||||||
|
|
||||||
[/patches]
|
[/patches]
|
||||||
|
GIFFIFOHack = 1
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLES-52028
|
Serial = SLES-52028
|
||||||
Name = Junior Sports Basketball
|
Name = Junior Sports Basketball
|
||||||
|
@ -17563,6 +17567,11 @@ Serial = SLES-55574
|
||||||
Name = the Lord of the Rings - Aragorn's Quest
|
Name = the Lord of the Rings - Aragorn's Quest
|
||||||
Region = PAL-M6
|
Region = PAL-M6
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
Serial = SLES-55577
|
||||||
|
Name = DJ Hero
|
||||||
|
Region = PAL-M5
|
||||||
|
GIFFIFOHack = 1
|
||||||
|
---------------------------------------------
|
||||||
Serial = SLES-55578
|
Serial = SLES-55578
|
||||||
Name = Band Hero
|
Name = Band Hero
|
||||||
Region = PAL-M5
|
Region = PAL-M5
|
||||||
|
@ -36677,6 +36686,7 @@ Serial = SLUS-20647
|
||||||
Name = Wallace & Gromit in Project Zoo
|
Name = Wallace & Gromit in Project Zoo
|
||||||
Region = NTSC-U
|
Region = NTSC-U
|
||||||
Compat = 5
|
Compat = 5
|
||||||
|
GIFFIFOHack = 1
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLUS-20648
|
Serial = SLUS-20648
|
||||||
Name = NBA Jam 2004
|
Name = NBA Jam 2004
|
||||||
|
@ -37082,7 +37092,7 @@ Serial = SLUS-20737
|
||||||
Name = Hot Wheels - World Race
|
Name = Hot Wheels - World Race
|
||||||
Region = NTSC-U
|
Region = NTSC-U
|
||||||
Compat = 5
|
Compat = 5
|
||||||
EETimingHack = 1
|
GIFFIFOHack = 1
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLUS-20738
|
Serial = SLUS-20738
|
||||||
Name = Van Helsing
|
Name = Van Helsing
|
||||||
|
@ -42498,6 +42508,7 @@ Region = NTSC-U
|
||||||
Serial = SLUS-21909
|
Serial = SLUS-21909
|
||||||
Name = DJ Hero
|
Name = DJ Hero
|
||||||
Region = NTSC-U
|
Region = NTSC-U
|
||||||
|
GIFFIFOHack = 1
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
Serial = SLUS-21910
|
Serial = SLUS-21910
|
||||||
Name = Marvel Super Hero Squad
|
Name = Marvel Super Hero Squad
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
// the lower 16 bit value. IF the change is breaking of all compatibility with old
|
// the lower 16 bit value. IF the change is breaking of all compatibility with old
|
||||||
// states, increment the upper 16 bit value, and clear the lower 16 bits to 0.
|
// states, increment the upper 16 bit value, and clear the lower 16 bits to 0.
|
||||||
|
|
||||||
static const u32 g_SaveVersion = (0x9A0B << 16) | 0x0000;
|
static const u32 g_SaveVersion = (0x9A0C << 16) | 0x0000;
|
||||||
|
|
||||||
// this function is meant to be used in the place of GSfreeze, and provides a safe layer
|
// this function is meant to be used in the place of GSfreeze, and provides a safe layer
|
||||||
// between the GS saving function and the MTGS's needs. :)
|
// between the GS saving function and the MTGS's needs. :)
|
||||||
|
|
Loading…
Reference in New Issue