mirror of https://github.com/PCSX2/pcsx2.git
Gamedb: Add CTTR hack description, add P4 PAL VU clamping. (#3606)
P4: Fix flickering floor during cutscenes in school.
This commit is contained in:
parent
a06ed39151
commit
98f87dfcc3
|
@ -55,21 +55,22 @@
|
|||
---------------------------------------------
|
||||
-- Game Fixes (GameFixName = 1)
|
||||
---------------------------------------------
|
||||
-- VuAddSubHack = 1 // Tri-ace games, they use an encryption algorithm that requires VU ADDI opcode to be bit-accurate.
|
||||
-- FpuCompareHack = 1 // Digimon Rumble Arena 2, fixes spinning/hanging on intro-menu.
|
||||
-- FpuMulHack = 1 // Tales of Destiny hangs.
|
||||
-- FpuNegDivHack = 1 // Gundam games messed up camera-view. Dakar 2's sky showing over 3D. Others...
|
||||
-- XgKickHack = 1 // Erementar Gerad, adds more delay to VU XGkick instructions. Corrects the color of some graphics, but breaks Tri-ace games and others.
|
||||
-- IPUWaitHack = 1 // FFX FMV, makes GIF flush before doing IPU work. Fixes bad graphics overlay.
|
||||
-- EETimingHack = 1 // General purpose timing hack.
|
||||
-- SkipMPEGHack = 1 // Finds sceMpegIsEnd pattern in games and then recompiles code to say the videos are finished.
|
||||
-- OPHFLagHack = 1 // Bleach Bankais and others
|
||||
-- DMABusyHack = 1 // Mana Khemia, Metal Saga. Denies writes to the DMAC when it's busy.
|
||||
-- VIFFIFOHack = 1 // Transformers Armada, Test Drive Unlimited. Fixes slow booting issue.
|
||||
-- VIF1StallHack = 1 // SOCOM II HUD and Spy Hunter loading hang.
|
||||
-- GIFFIFOHack = 1 // Enables the GIF FIFO. Needed for Wallace & Grommit, Hot Wheels, DJ Hero.
|
||||
-- FMVinSoftwareHack = 1 // Silent Hill 2-3. Fixes FMVs that are obscured when using hardware rendering by switching to software rendering while an FMV plays.
|
||||
-- ScarfaceIbitHack = 1 // VU I bit Hack avoid constant recompilation (Scarface The World Is Yours).
|
||||
-- VuAddSubHack = 1 // Tri-ace games, they use an encryption algorithm that requires VU ADDI opcode to be bit-accurate.
|
||||
-- FpuCompareHack = 1 // Digimon Rumble Arena 2, fixes spinning/hanging on intro-menu.
|
||||
-- FpuMulHack = 1 // Tales of Destiny hangs.
|
||||
-- FpuNegDivHack = 1 // Gundam games messed up camera-view. Dakar 2's sky showing over 3D. Others...
|
||||
-- XgKickHack = 1 // Erementar Gerad, adds more delay to VU XGkick instructions. Corrects the color of some graphics, but breaks Tri-ace games and others.
|
||||
-- IPUWaitHack = 1 // FFX FMV, makes GIF flush before doing IPU work. Fixes bad graphics overlay.
|
||||
-- EETimingHack = 1 // General purpose timing hack.
|
||||
-- SkipMPEGHack = 1 // Finds sceMpegIsEnd pattern in games and then recompiles code to say the videos are finished.
|
||||
-- OPHFLagHack = 1 // Bleach Bankais and others
|
||||
-- DMABusyHack = 1 // Mana Khemia, Metal Saga. Denies writes to the DMAC when it's busy.
|
||||
-- VIFFIFOHack = 1 // Transformers Armada, Test Drive Unlimited. Fixes slow booting issue.
|
||||
-- VIF1StallHack = 1 // SOCOM II HUD and Spy Hunter loading hang.
|
||||
-- GIFFIFOHack = 1 // Enables the GIF FIFO. Needed for Wallace & Grommit, Hot Wheels, DJ Hero.
|
||||
-- FMVinSoftwareHack = 1 // Silent Hill 2-3. Fixes FMVs that are obscured when using hardware rendering by switching to software rendering while an FMV plays.
|
||||
-- ScarfaceIbitHack = 1 // VU I bit Hack avoid constant recompilation (Scarface The World Is Yours).
|
||||
-- CrashTagTeamRacingIbit = 1 // VU I bit Hack avoid constant recompilation (Crash Tag Team Racing).
|
||||
|
||||
---------------------------------------------
|
||||
-- Speed Hacks (SpeedHackName = <value>)
|
||||
|
@ -18244,6 +18245,7 @@ Region = PAL-M5
|
|||
Serial = SLES-55474
|
||||
Name = Shin Megami Tensei: Persona 4
|
||||
Region = PAL-E
|
||||
vuClampMode = 2 // Fix flickering floor during cutscenes in school.
|
||||
---------------------------------------------
|
||||
Serial = SLES-55476
|
||||
Name = Scooby-Doo! First Frights
|
||||
|
|
Loading…
Reference in New Issue