Skip to content

Commit 821bb9e

Browse files
authored
GameDB: Guitar Hero Smash Hits / Greatest Hits - fix text while changing video modes (#14033)
After switching to progressive output text failed to display.
1 parent ac26a08 commit 821bb9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/resources/GameIndex.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30194,6 +30194,7 @@ SLES-55544:
3019430194
roundModes:
3019530195
vu1RoundMode: 0 # Fixes VU size spam and potential graphical issues with GH3 engine.
3019630196
gsHWFixes:
30197+
preloadFrameData: 1 # Fixes icons and text while changing video modes.
3019730198
cpuCLUTRender: 1 # Fixes broken rainbow rendering.
3019830199
halfPixelOffset: 4 # Mostly aligns post-processing.
3019930200
nativeScaling: 1 # Fixes post-processing smoothness and position.
@@ -74322,6 +74323,7 @@ SLUS-21866:
7432274323
roundModes:
7432374324
vu1RoundMode: 0 # Fixes VU size spam and potential graphical issues with GH3 engine.
7432474325
gsHWFixes:
74326+
preloadFrameData: 1 # Fixes icons and text while changing video modes.
7432574327
cpuCLUTRender: 1 # Fixes broken rainbow rendering.
7432674328
halfPixelOffset: 4 # Mostly aligns post-processing.
7432774329
nativeScaling: 1 # Fixes post-processing smoothness and position.

0 commit comments

Comments
 (0)