mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Enable BlockTransferAllowCreateFB for Burnout Dominator.
See #11100. Speeds up the sun effect, but doesn't fix it. It's another game that does truly evil stuff in the border of a 480x272 buffer with stride 512. It downsamples a copy of the region around the sun, texturing from itself, resulting in five fullscreen framebuffer copies. Additionally it renders using color to the depth buffer at some point in the frame..
This commit is contained in:
parent
4cfafb4605
commit
c4c7897a26
@ -538,6 +538,14 @@ ULJM05049 = true
|
||||
ULKS46027 = true
|
||||
ULAS42019 = true
|
||||
|
||||
# Burnout Dominator
|
||||
ULUS10236 = true
|
||||
ULES00750 = true
|
||||
ULJM05242 = true
|
||||
ULJM05371 = true
|
||||
NPJH50304 = true
|
||||
ULES00703 = true
|
||||
|
||||
# Test Drive Unlimited
|
||||
ULET00386 = true
|
||||
ULUS10249 = true
|
||||
|
Loading…
Reference in New Issue
Block a user