mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Tales of Phantasia - Narikiri Dungeon X: Avoid some GPU readbacks.
Copies to a framebuffer instead of RAM. Confirmed through e-mail that is fixes the performance drop from #16714, but unknown whether there are any regressions in the rest of the game. I guess we'll find out.
This commit is contained in:
parent
2f09d29698
commit
417f61b366
1 changed files with 3 additions and 0 deletions
|
@ -667,6 +667,9 @@ ULES00040 = true
|
|||
ULES00041 = true
|
||||
ULJM05160 = true
|
||||
|
||||
# Narikiri Dungeon X. See issue #16714.
|
||||
ULJS00293 = true
|
||||
|
||||
[IntraVRAMBlockTransferAllowCreateFB]
|
||||
# Final Fantasy - Type 0
|
||||
ULJM05900 = true
|
||||
|
|
Loading…
Add table
Reference in a new issue