mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Add CPU CLUT to Lego Starwars 2
Adds CPU CLUT normal to Lego Starwars 2 to fix ghosting.
This commit is contained in:
parent
e9ec9e79ac
commit
930de813f7
|
@ -18726,6 +18726,8 @@ SLES-54218:
|
|||
SLES-54221:
|
||||
name: "LEGO Star Wars II - The Original Trilogy"
|
||||
region: "PAL-M6"
|
||||
gsHWFixes:
|
||||
cpuCLUTRender: 1 # Fixes ghosting on objects and people.
|
||||
memcardFilters: # Allows import of characters from Lego Star Wars 1.
|
||||
- "SLES-54221"
|
||||
- "SLES-53194"
|
||||
|
@ -31955,6 +31957,8 @@ SLPM-66571:
|
|||
SLPM-66572:
|
||||
name: "LEGO Star Wars II - The Original Trilogy"
|
||||
region: "NTSC-J"
|
||||
gsHWFixes:
|
||||
cpuCLUTRender: 1 # Fixes ghosting on objects and people.
|
||||
memcardFilters:
|
||||
- "SLPM-66572"
|
||||
- "SLPS-20423"
|
||||
|
@ -46007,6 +46011,8 @@ SLUS-21408:
|
|||
SLUS-21409:
|
||||
name: "LEGO Star Wars II - The Original Trilogy"
|
||||
region: "NTSC-U"
|
||||
gsHWFixes:
|
||||
cpuCLUTRender: 1 # Fixes ghosting on objects and people.
|
||||
memcardFilters:
|
||||
- "SLUS-21409"
|
||||
- "SLUS-21083"
|
||||
|
|
Loading…
Reference in New Issue