Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GameDB: Change LSW 2 fixes #12074

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13205,8 +13205,8 @@ SLED-54315:
name: "LEGO Star Wars II - The Original Trilogy [Demo]"
region: "PAL-M5"
gsHWFixes:
halfPixelOffset: 4 # Mostly aligns post processing.
nativeScaling: 1 # Fixes post processing smoothness and position.
halfPixelOffset: 1 # Aligns post processing.
nativeScaling: 2 # Fixes post processing smoothness and position.
SLED-54327:
name: "FIFA 07"
region: "PAL-M7"
Expand Down Expand Up @@ -24396,8 +24396,8 @@ SLES-54221:
name: "LEGO Star Wars II - The Original Trilogy"
region: "PAL-M6"
gsHWFixes:
halfPixelOffset: 4 # Mostly aligns post processing.
nativeScaling: 1 # Fixes post processing smoothness and position.
halfPixelOffset: 1 # Aligns post processing.
nativeScaling: 2 # Fixes post processing smoothness and position.
memcardFilters: # Allows import of characters from Lego Star Wars 1.
- "SLES-54221"
- "SLES-53194"
Expand Down Expand Up @@ -46148,8 +46148,8 @@ SLPM-66572:
name-en: "LEGO Star Wars II - The Original Trilogy"
region: "NTSC-J"
gsHWFixes:
halfPixelOffset: 4 # Mostly aligns post processing.
nativeScaling: 1 # Fixes post processing smoothness and position.
halfPixelOffset: 1 # Aligns post processing.
nativeScaling: 2 # Fixes post processing smoothness and position.
memcardFilters:
- "SLPM-66572"
- "SLPS-20423"
Expand Down Expand Up @@ -66094,8 +66094,8 @@ SLUS-21409:
name: "LEGO Star Wars II - The Original Trilogy"
region: "NTSC-U"
gsHWFixes:
halfPixelOffset: 4 # Mostly aligns post processing.
nativeScaling: 1 # Fixes post processing smoothness and position.
halfPixelOffset: 1 # Aligns post processing.
nativeScaling: 2 # Fixes post processing smoothness and position.
memcardFilters:
- "SLUS-21409"
- "SLUS-21083"
Expand Down
Loading