mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
GameINI: Fix water in Tomb Raider Legend
Disables Store EFB Copies to Texture Only. As this game has a lot of water, the water not rendering correctly provides a pretty significant gameplay issue.
This commit is contained in:
parent
175878cad8
commit
948cd64567
16
Data/Sys/GameSettings/GL8.ini
Normal file
16
Data/Sys/GameSettings/GL8.ini
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# GL8E4F, GL8F4F, GL8D4F, GL8P4F - Tomb Raider Legend
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
|
||||||
|
[OnLoad]
|
||||||
|
# Add memory patches to be loaded once on boot here.
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
EFBToTextureEnable = False
|
Loading…
Reference in New Issue
Block a user