PCSX2/GameDB: Savestate version bump, Added GIFFIFO entries to GameDB

-RE Savestate version: Sorry, not sorry ;)
This commit is contained in:
refractionpcsx2 2016-04-30 16:32:21 +01:00 committed by Gregory Hainaut
parent 0b83b849e7
commit 97a8cc7ce5
2 changed files with 16 additions and 5 deletions

View File

@ -9514,6 +9514,7 @@ Serial = SLES-51372
Name = Wallace & Gromit in Project Zoo
Region = PAL-E
Compat = 5
GIFFIFOHack = 1
---------------------------------------------
Serial = SLES-51374
Name = RoboCop
@ -10529,6 +10530,7 @@ Compat = 5
Serial = SLES-51879
Name = Hot Wheels World Race
Region = PAL-E
GIFFIFOHack = 1
---------------------------------------------
Serial = SLES-51881
Name = Mercedes Bens World Racing
@ -10790,6 +10792,7 @@ Serial = SLES-51989
Name = Wallace & Gromit in Project Zoo
Region = PAL-M5
Compat = 5
GIFFIFOHack = 1
---------------------------------------------
Serial = SLES-51991
Name = Dance UK
@ -10878,12 +10881,13 @@ Region = PAL-G
Compat = 5
[patches = C502AD6E]
comment=patches by Nachbrenner
//comment=patches by Nachbrenner
//No longer required? - Apr 2016
//skip sceIpuSync
patch=0,EE,00472c78,word,03e00008
//patch=0,EE,00472c78,word,03e00008
[/patches]
GIFFIFOHack = 1
---------------------------------------------
Serial = SLES-52028
Name = Junior Sports Basketball
@ -17563,6 +17567,11 @@ Serial = SLES-55574
Name = the Lord of the Rings - Aragorn's Quest
Region = PAL-M6
---------------------------------------------
Serial = SLES-55577
Name = DJ Hero
Region = PAL-M5
GIFFIFOHack = 1
---------------------------------------------
Serial = SLES-55578
Name = Band Hero
Region = PAL-M5
@ -36677,6 +36686,7 @@ Serial = SLUS-20647
Name = Wallace & Gromit in Project Zoo
Region = NTSC-U
Compat = 5
GIFFIFOHack = 1
---------------------------------------------
Serial = SLUS-20648
Name = NBA Jam 2004
@ -37082,7 +37092,7 @@ Serial = SLUS-20737
Name = Hot Wheels - World Race
Region = NTSC-U
Compat = 5
EETimingHack = 1
GIFFIFOHack = 1
---------------------------------------------
Serial = SLUS-20738
Name = Van Helsing
@ -42498,6 +42508,7 @@ Region = NTSC-U
Serial = SLUS-21909
Name = DJ Hero
Region = NTSC-U
GIFFIFOHack = 1
---------------------------------------------
Serial = SLUS-21910
Name = Marvel Super Hero Squad

View File

@ -24,7 +24,7 @@
// 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.
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
// between the GS saving function and the MTGS's needs. :)