GameSettings: Properly set MissingColorValue for Lego Indiana Jones 1
In 3465b2af27
(#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.
This commit is contained in:
parent
a988b6ab34
commit
e4a02f3229
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue