mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Remove Rounding modes on Teen Titans
This isn't the right fix for this game, the text issue is caused due to a bug on GSdx depth test, and is not a
core issue. These rounding modes for some reason only partially alleviate the issue (https://forums.pcsx2.net/Thread-GSDX-Software-mode-Bug-Report-Teen-Titans-Load-Game-menu-not-displaying-text-where-it-should)
while not fully fixing it, ZeroGS on the other hand doesn't have this issue even without these rounding mode changes.
TL;DR - Issue is on GS, and it's troublesome when a GS issue is masked like this.
This reverts commit 4765770dc8
.
This commit is contained in:
parent
4765770dc8
commit
a9af0ee5a0
|
@ -16200,12 +16200,10 @@ Region = PAL-M6 // Eng, P & Nordic
|
|||
Serial = SLES-54430
|
||||
Name = Teen Titans
|
||||
Region = PAL-E-F
|
||||
eeRoundMode = 2 // Restores missing text in pause menu/load game screen.
|
||||
---------------------------------------------
|
||||
Serial = SLES-54431
|
||||
Name = Teen Titans
|
||||
Region = PAL-E
|
||||
eeRoundMode = 2 // Restores missing text in pause menu/load game screen.
|
||||
---------------------------------------------
|
||||
Serial = SLES-54432
|
||||
Name = Mercury Meltdown Remix
|
||||
|
@ -39616,7 +39614,6 @@ Serial = SLUS-21183
|
|||
Name = Teen Titans
|
||||
Region = NTSC-U
|
||||
Compat = 5
|
||||
eeRoundMode = 2 // Restores missing text in pause menu/load game screen.
|
||||
---------------------------------------------
|
||||
Serial = SLUS-21184
|
||||
Name = Teenage Mutant Ninja Turtles 3 - Mutant Nightmare
|
||||
|
|
Loading…
Reference in New Issue