From 948cd64567fa86d5d73167f98bf34a6863a8ebf6 Mon Sep 17 00:00:00 2001 From: JMC47 Date: Tue, 20 Jul 2021 06:36:11 -0400 Subject: [PATCH] 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. --- Data/Sys/GameSettings/GL8.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Data/Sys/GameSettings/GL8.ini diff --git a/Data/Sys/GameSettings/GL8.ini b/Data/Sys/GameSettings/GL8.ini new file mode 100644 index 0000000000..8ac1b1b86d --- /dev/null +++ b/Data/Sys/GameSettings/GL8.ini @@ -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