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: Various fixes #12116

Merged
merged 1 commit into from
Dec 24, 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: 16 additions & 0 deletions bin/resources/GameIndex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5367,6 +5367,7 @@ SCES-52033:
autoFlush: 2 # Fixes lights going through walls.
preloadFrameData: 1 # Fixes light flicker.
halfPixelOffset: 2 # Corrects light position.
bilinearUpscale: 1 # Smooths out bloom on lights.
gameFixes:
- EETimingHack # Fixes random hangs.
patches:
Expand Down Expand Up @@ -7075,6 +7076,7 @@ SCKA-20032:
autoFlush: 2 # Fixes lights going through walls.
preloadFrameData: 1 # Fixes light flicker.
halfPixelOffset: 2 # Corrects light position.
bilinearUpscale: 1 # Smooths out bloom on lights.
gameFixes:
- EETimingHack # Fixes random hangs.
patches:
Expand Down Expand Up @@ -11107,6 +11109,7 @@ SCUS-97264:
autoFlush: 2 # Fixes lights going through walls.
preloadFrameData: 1 # Fixes light flicker.
halfPixelOffset: 2 # Corrects light position.
bilinearUpscale: 1 # Smooths out bloom on lights.
gameFixes:
- EETimingHack # Fixes random hangs.
patches:
Expand Down Expand Up @@ -11449,6 +11452,7 @@ SCUS-97377:
autoFlush: 2 # Fixes lights going through walls.
preloadFrameData: 1 # Fixes light flicker.
halfPixelOffset: 2 # Corrects light position.
bilinearUpscale: 1 # Smooths out bloom on lights.
SCUS-97378:
name: "EyeToy and EyeToy Play [Demo]"
region: "NTSC-U"
Expand Down Expand Up @@ -12153,6 +12157,7 @@ SCUS-97520:
autoFlush: 2 # Fixes lights going through walls.
preloadFrameData: 1 # Fixes light flicker.
halfPixelOffset: 2 # Corrects light position.
bilinearUpscale: 1 # Smooths out bloom on lights.
SCUS-97523:
name: "EyeToy - Operation Spy!"
region: "NTSC-U"
Expand Down Expand Up @@ -24567,6 +24572,8 @@ SLES-54152:
name: "The Ant Bully"
name-sort: "Ant Bully, The"
region: "PAL-M5"
gsHWFixes:
nativeScaling: 2 # Fixes misaligned post effects.
SLES-54153:
name: "Virtua Pro Football"
region: "PAL-M5"
Expand Down Expand Up @@ -24691,6 +24698,8 @@ SLES-54178:
name: "The Ant Bully"
name-sort: "Ant Bully, The"
region: "PAL-E-F"
gsHWFixes:
nativeScaling: 2 # Fixes misaligned post effects.
SLES-54179:
name: "Pirates of the Caribbean - At World's End"
region: "PAL-M6"
Expand Down Expand Up @@ -56525,6 +56534,8 @@ SLPS-25426:
name-sort: "めいたんていこなん だいえいていこくのいさん"
name-en: "Detective Conan - Inheritance of Britain"
region: "NTSC-J"
gsHWFixes:
halfPixelOffset: 2 # Fixes misaligned blur in game and on the UI.
SLPS-25427:
name: "レジェンズ 激闘!サーガバトル"
name-sort: "れじぇんず げきとう さーがばとる"
Expand Down Expand Up @@ -57432,6 +57443,8 @@ SLPS-25588:
name-sort: "めいたんていこなん だいえいていこくのいさん BANDAI THE BEST"
name-en: "Meitantei Conan - Daiei Teikoku no Isan [Bandai The Best]"
region: "NTSC-J"
gsHWFixes:
halfPixelOffset: 2 # Fixes misaligned blur in game and on the UI.
SLPS-25589:
name: "NARUTO-ナルト- ナルティメットヒーロー3"
name-sort: "なると なるてぃめっとひーろー3"
Expand Down Expand Up @@ -68410,6 +68423,8 @@ SLUS-21415:
name-sort: "Ant Bully, The"
region: "NTSC-U"
compat: 5
gsHWFixes:
nativeScaling: 2 # Fixes misaligned post effects.
SLUS-21416:
name: "D1 Grand Prix Series - Professional Drift"
region: "NTSC-U"
Expand Down Expand Up @@ -72231,6 +72246,7 @@ TCES-52033:
autoFlush: 2 # Fixes lights going through walls.
preloadFrameData: 1 # Fixes light flicker.
halfPixelOffset: 2 # Corrects light position.
bilinearUpscale: 1 # Smooths out bloom on lights.
gameFixes:
- EETimingHack # Fixes random hangs.
patches:
Expand Down
Loading