From e4a02f32294c02880829e852b3b0a32f49ad3bdc Mon Sep 17 00:00:00 2001 From: Pokechu22 Date: Sun, 23 Oct 2022 17:01:58 -0700 Subject: [PATCH] GameSettings: Properly set MissingColorValue for Lego Indiana Jones 1 In 3465b2af2717ea1e54f866c2857c455b1761efe0 (#10937) I incorrectly put it under [Video_Settings] instead of [Video_Hacks], so it didn't work. https://bugs.dolphin-emu.org/issues/12987 should now properly be fixed. --- Data/Sys/GameSettings/RLI.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Sys/GameSettings/RLI.ini b/Data/Sys/GameSettings/RLI.ini index 3e5f642ba2..31ded2002d 100644 --- a/Data/Sys/GameSettings/RLI.ini +++ b/Data/Sys/GameSettings/RLI.ini @@ -1,5 +1,5 @@ # RLIE64, RLIP64 - Lego Indiana Jones: The Original Adventures -[Video_Settings] +[Video_Hacks] # Fixes the alpha value of glpyh puzzles; see https://bugs.dolphin-emu.org/issues/12987 MissingColorValue = 0xFFFFFF82