GameDB: Add missing Ponkotsu Roman Fixes

Adds missing JP fixes for Ponkotsu Roman Daikatsugeki Bumpy Trot.
This commit is contained in:
JordanTheToaster 2023-03-06 22:57:23 +00:00 committed by refractionpcsx2
parent 6dfb02c826
commit f73a2d571f
1 changed files with 45 additions and 20 deletions

View File

@ -1074,6 +1074,9 @@ SCAJ-20128:
SCAJ-20129: SCAJ-20129:
name: "Ponkotsu Roman Daikatsugeki Bumpy Trot" name: "Ponkotsu Roman Daikatsugeki Bumpy Trot"
region: "NTSC-Unk" region: "NTSC-Unk"
gsHWFixes:
getSkipCount: "GSC_SteambotChronicles" # Causes green (incorrect) water but removes depth and blur issues.
roundSprite: 1 # Fixes colored 3D anaglyph bleeding effects.
SCAJ-20130: SCAJ-20130:
name: "Namco x Capcom" name: "Namco x Capcom"
region: "NTSC-Unk" region: "NTSC-Unk"
@ -5152,6 +5155,9 @@ SCKA-20057:
SCKA-20058: SCKA-20058:
name: "Bumpy Trot" name: "Bumpy Trot"
region: "NTSC-K" region: "NTSC-K"
gsHWFixes:
getSkipCount: "GSC_SteambotChronicles" # Causes green (incorrect) water but removes depth and blur issues.
roundSprite: 1 # Fixes colored 3D anaglyph bleeding effects.
SCKA-20059: SCKA-20059:
name: "Soul Calibur III" name: "Soul Calibur III"
region: "NTSC-K" region: "NTSC-K"
@ -11577,7 +11583,8 @@ SLES-50876:
- BlitInternalFPSHack # Fixes internal FPS detection. - BlitInternalFPSHack # Fixes internal FPS detection.
gsHWFixes: gsHWFixes:
autoFlush: 1 autoFlush: 1
halfPixelOffset: 2 # Fixes misaligned lighting. roundSprite: 2 # Fixes misaligned lighting.
mergeSprite: 1 # Fixes misaligned lighting.
cpuCLUTRender: 1 # Fixes janky coloured cars. cpuCLUTRender: 1 # Fixes janky coloured cars.
gpuTargetCLUT: 1 # Fixes janky coloured cars. gpuTargetCLUT: 1 # Fixes janky coloured cars.
textureInsideRT: 1 # Fixes car textures. textureInsideRT: 1 # Fixes car textures.
@ -13022,14 +13029,14 @@ SLES-51525:
name: "Fallout - Brotherhood of Steel" name: "Fallout - Brotherhood of Steel"
region: "PAL-M3" region: "PAL-M3"
gsHWFixes: gsHWFixes:
texturePreloading: 1 # Performs much better with partial preload. estimateTextureRegion: 1 # Improves performance and reduces hash cache size when moving.
disablePartialInvalidation: 1 # Fixes perfomrance issues. roundSprite: 1 # Fixes HUD garbage.
SLES-51526: SLES-51526:
name: "Fallout - Brotherhood of Steel" name: "Fallout - Brotherhood of Steel"
region: "PAL-M3" region: "PAL-M3"
gsHWFixes: gsHWFixes:
texturePreloading: 1 # Performs much better with partial preload. estimateTextureRegion: 1 # Improves performance and reduces hash cache size when moving.
disablePartialInvalidation: 1 # Fixes performace issues. roundSprite: 1 # Fixes HUD garbage.
SLES-51541: SLES-51541:
name: "Grand Theft Auto - San Andreas" name: "Grand Theft Auto - San Andreas"
region: "PAL-Unk" region: "PAL-Unk"
@ -14323,7 +14330,8 @@ SLES-52153:
- BlitInternalFPSHack # Fixes internal FPS detection. - BlitInternalFPSHack # Fixes internal FPS detection.
gsHWFixes: gsHWFixes:
autoFlush: 1 autoFlush: 1
halfPixelOffset: 2 # Fixes misaligned lighting. roundSprite: 2 # Fixes misaligned lighting.
mergeSprite: 1 # Fixes misaligned lighting.
cpuCLUTRender: 1 # Fixes janky coloured cars. cpuCLUTRender: 1 # Fixes janky coloured cars.
gpuTargetCLUT: 1 # Fixes janky coloured cars. gpuTargetCLUT: 1 # Fixes janky coloured cars.
textureInsideRT: 1 # Fixes car textures. textureInsideRT: 1 # Fixes car textures.
@ -16026,8 +16034,7 @@ SLES-52894:
name: "Bard's Tale, The" name: "Bard's Tale, The"
region: "PAL-E" region: "PAL-E"
gsHWFixes: gsHWFixes:
texturePreloading: 1 # Performs much better with partial preload. estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
disablePartialInvalidation: 1 # Fixes performance issues.
SLES-52895: SLES-52895:
name: "Spongebob SquarePants - The Movie" name: "Spongebob SquarePants - The Movie"
region: "PAL-E" region: "PAL-E"
@ -16766,8 +16773,7 @@ SLES-53154:
name: "Bard's Tale, The" name: "Bard's Tale, The"
region: "PAL-M8" region: "PAL-M8"
gsHWFixes: gsHWFixes:
texturePreloading: 1 # Performs much better with partial preload. estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
disablePartialInvalidation: 1 # Fixes performance issues.
SLES-53155: SLES-53155:
name: "Star Wars - Episode III - Revenge of the Sith" name: "Star Wars - Episode III - Revenge of the Sith"
region: "PAL-M3" region: "PAL-M3"
@ -20333,6 +20339,9 @@ SLES-54518:
SLES-54519: SLES-54519:
name: "Ford Street Racing XR Edition" name: "Ford Street Racing XR Edition"
region: "PAL-A" region: "PAL-A"
SLES-54520:
name: "Agent Hugo - RoboRumble"
region: "PAL"
SLES-54521: SLES-54521:
name: "Nickelodeon SpongeBob and Friends - Battle for Volcano Island" name: "Nickelodeon SpongeBob and Friends - Battle for Volcano Island"
region: "PAL-M5" region: "PAL-M5"
@ -24044,7 +24053,8 @@ SLKA-25196:
- BlitInternalFPSHack # Fixes internal FPS detection. - BlitInternalFPSHack # Fixes internal FPS detection.
gsHWFixes: gsHWFixes:
autoFlush: 1 autoFlush: 1
halfPixelOffset: 2 # Fixes misaligned lighting. roundSprite: 2 # Fixes misaligned lighting.
mergeSprite: 1 # Fixes misaligned lighting.
cpuCLUTRender: 1 # Fixes janky coloured cars. cpuCLUTRender: 1 # Fixes janky coloured cars.
gpuTargetCLUT: 1 # Fixes janky coloured cars. gpuTargetCLUT: 1 # Fixes janky coloured cars.
textureInsideRT: 1 # Fixes car textures. textureInsideRT: 1 # Fixes car textures.
@ -24227,8 +24237,7 @@ SLKA-25246:
name: "Bard's Tale, The" name: "Bard's Tale, The"
region: "NTSC-K" region: "NTSC-K"
gsHWFixes: gsHWFixes:
texturePreloading: 1 # Performs much better with partial preload. estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
disablePartialInvalidation: 1 # Fixes performance issues.
SLKA-25249: SLKA-25249:
name: "Ys - The Ark of Napishtim [with Guide Book]" name: "Ys - The Ark of Napishtim [with Guide Book]"
region: "NTSC-K" region: "NTSC-K"
@ -25413,6 +25422,12 @@ SLPM-60254:
gsHWFixes: gsHWFixes:
cpuCLUTRender: 1 # Fixes some shading/shadows. cpuCLUTRender: 1 # Fixes some shading/shadows.
getSkipCount: "GSC_ZettaiZetsumeiToshi2" getSkipCount: "GSC_ZettaiZetsumeiToshi2"
SLPM-60255:
name: "Ponkotsu Roman Daikatsugeki Bumpy Trot [Trial]"
region: "NTSC-J"
gsHWFixes:
getSkipCount: "GSC_SteambotChronicles" # Causes green (incorrect) water but removes depth and blur issues.
roundSprite: 1 # Fixes colored 3D anaglyph bleeding effects.
SLPM-60256: SLPM-60256:
name: "Dengeki D73 demo" name: "Dengeki D73 demo"
region: "NTSC-J" region: "NTSC-J"
@ -25544,7 +25559,8 @@ SLPM-61092:
- BlitInternalFPSHack # Fixes internal FPS detection. - BlitInternalFPSHack # Fixes internal FPS detection.
gsHWFixes: gsHWFixes:
autoFlush: 1 autoFlush: 1
halfPixelOffset: 2 # Fixes misaligned lighting. roundSprite: 2 # Fixes misaligned lighting.
mergeSprite: 1 # Fixes misaligned lighting.
cpuCLUTRender: 1 # Fixes janky coloured cars. cpuCLUTRender: 1 # Fixes janky coloured cars.
gpuTargetCLUT: 1 # Fixes janky coloured cars. gpuTargetCLUT: 1 # Fixes janky coloured cars.
textureInsideRT: 1 # Fixes car textures. textureInsideRT: 1 # Fixes car textures.
@ -30426,7 +30442,8 @@ SLPM-65741:
- BlitInternalFPSHack # Fixes internal FPS detection. - BlitInternalFPSHack # Fixes internal FPS detection.
gsHWFixes: gsHWFixes:
autoFlush: 1 autoFlush: 1
halfPixelOffset: 2 # Fixes misaligned lighting. roundSprite: 2 # Fixes misaligned lighting.
mergeSprite: 1 # Fixes misaligned lighting.
cpuCLUTRender: 1 # Fixes janky coloured cars. cpuCLUTRender: 1 # Fixes janky coloured cars.
gpuTargetCLUT: 1 # Fixes janky coloured cars. gpuTargetCLUT: 1 # Fixes janky coloured cars.
textureInsideRT: 1 # Fixes car textures. textureInsideRT: 1 # Fixes car textures.
@ -31031,8 +31048,8 @@ SLPM-65915:
name: "Fallout - Brotherhood of Steel" name: "Fallout - Brotherhood of Steel"
region: "NTSC-J" region: "NTSC-J"
gsHWFixes: gsHWFixes:
texturePreloading: 1 # Performs much better with partial preload. estimateTextureRegion: 1 # Improves performance and reduces hash cache size when moving.
disablePartialInvalidation: 1 # Fixes performance issues. roundSprite: 1 # Fixes HUD garbage.
SLPM-65916: SLPM-65916:
name: "Harukanaru Jikuu no Kade - Hachiha Katsunori" name: "Harukanaru Jikuu no Kade - Hachiha Katsunori"
region: "NTSC-J" region: "NTSC-J"
@ -38790,6 +38807,9 @@ SLPS-25456:
SLPS-25457: SLPS-25457:
name: "Ponkotsu Roeman Daikatsugeki Bumpy Trot" name: "Ponkotsu Roeman Daikatsugeki Bumpy Trot"
region: "NTSC-J" region: "NTSC-J"
gsHWFixes:
getSkipCount: "GSC_SteambotChronicles" # Causes green (incorrect) water but removes depth and blur issues.
roundSprite: 1 # Fixes colored 3D anaglyph bleeding effects.
SLPS-25458: SLPS-25458:
name: "King of Fighters 2001, The [SNK Best Collection]" name: "King of Fighters 2001, The [SNK Best Collection]"
region: "NTSC-J" region: "NTSC-J"
@ -39645,6 +39665,9 @@ SLPS-25682:
SLPS-25683: SLPS-25683:
name: "Ponkotsu Roman Daikatsugeki Bumpy Trot [Irem Collection]" name: "Ponkotsu Roman Daikatsugeki Bumpy Trot [Irem Collection]"
region: "NTSC-J" region: "NTSC-J"
gsHWFixes:
getSkipCount: "GSC_SteambotChronicles" # Causes green (incorrect) water but removes depth and blur issues.
roundSprite: 1 # Fixes colored 3D anaglyph bleeding effects.
SLPS-25684: SLPS-25684:
name: "Mermaid Prism [Limited Edition]" name: "Mermaid Prism [Limited Edition]"
region: "NTSC-J" region: "NTSC-J"
@ -43505,7 +43528,8 @@ SLUS-20539:
region: "NTSC-U" region: "NTSC-U"
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
texturePreloading: 1 # Performs much better with partial preload. estimateTextureRegion: 1 # Improves performance and reduces hash cache size when moving.
roundSprite: 1 # Fixes HUD garbage.
SLUS-20540: SLUS-20540:
name: "Evolution Skateboarding" name: "Evolution Skateboarding"
region: "NTSC-U" region: "NTSC-U"
@ -43763,7 +43787,8 @@ SLUS-20587:
- BlitInternalFPSHack # Fixes internal FPS detection. - BlitInternalFPSHack # Fixes internal FPS detection.
gsHWFixes: gsHWFixes:
autoFlush: 1 autoFlush: 1
halfPixelOffset: 2 # Fixes misaligned lighting. roundSprite: 2 # Fixes misaligned lighting.
mergeSprite: 1 # Fixes misaligned lighting.
cpuCLUTRender: 1 # Fixes janky coloured cars. cpuCLUTRender: 1 # Fixes janky coloured cars.
gpuTargetCLUT: 1 # Fixes janky coloured cars. gpuTargetCLUT: 1 # Fixes janky coloured cars.
textureInsideRT: 1 # Fixes car textures. textureInsideRT: 1 # Fixes car textures.
@ -44799,7 +44824,7 @@ SLUS-20803:
region: "NTSC-U" region: "NTSC-U"
compat: 5 compat: 5
gsHWFixes: gsHWFixes:
texturePreloading: 1 # Performs much better with partial preload. estimateTextureRegion: 1 # Improves performance and reduces hash cache size.
SLUS-20804: SLUS-20804:
name: "Forgotten Realms - Demon Stone" name: "Forgotten Realms - Demon Stone"
region: "NTSC-U" region: "NTSC-U"