mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-14 12:40:11 +00:00
Merge pull request #8184 from daniel229/compat
Disable Depth Rounding for Summon Night 5 (JP)
This commit is contained in:
commit
302e63ae1e
@ -71,6 +71,36 @@ NoDepthRounding = true
|
||||
[NPJH50647]
|
||||
NoDepthRounding = true
|
||||
|
||||
# Summon Night 5 (JP). Issue #8181
|
||||
[ULJS00553]
|
||||
NoDepthRounding = true
|
||||
[NPJH50696]
|
||||
NoDepthRounding = true
|
||||
[ULJS19096]
|
||||
NoDepthRounding = true
|
||||
|
||||
#MotorStorm Arctic Edge
|
||||
[UCUS98743]
|
||||
NoDepthRounding = true
|
||||
[UCES01250]
|
||||
NoDepthRounding = true
|
||||
[UCAS40266]
|
||||
NoDepthRounding = true
|
||||
[UCJS10104]
|
||||
NoDepthRounding = true
|
||||
[NPJG00047]
|
||||
NoDepthRounding = true
|
||||
[UCKS45124]
|
||||
NoDepthRounding = true
|
||||
|
||||
#Saigo no Yakusoku no Monogatari (JP)
|
||||
[NPJH50416]
|
||||
NoDepthRounding = true
|
||||
[UCAS40339]
|
||||
NoDepthRounding = true
|
||||
[ULJM05860]
|
||||
NoDepthRounding = true
|
||||
|
||||
# Heroes Phantasia requires pixel depth rounding.
|
||||
[NPJH50558]
|
||||
PixelDepthRounding = true
|
||||
@ -78,3 +108,7 @@ PixelDepthRounding = true
|
||||
PixelDepthRounding = true
|
||||
[ULJS00454]
|
||||
PixelDepthRounding = true
|
||||
|
||||
# Heroes Phantasia Limited Edition Disc requires pixel depth rounding.
|
||||
[ULJS00455]
|
||||
PixelDepthRounding = true
|
||||
|
Loading…
Reference in New Issue
Block a user