From d622faba17732788c82891512a3f046f1d388e70 Mon Sep 17 00:00:00 2001 From: Mrlinkwii Date: Thu, 16 Jun 2022 20:24:56 +0100 Subject: [PATCH] GameDB: add autoflush and upscaling fixes for "Mega Man X8" --- bin/resources/GameIndex.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/bin/resources/GameIndex.yaml b/bin/resources/GameIndex.yaml index 05dbca9694..803d5dc811 100644 --- a/bin/resources/GameIndex.yaml +++ b/bin/resources/GameIndex.yaml @@ -14813,6 +14813,9 @@ SLES-52986: SLES-52988: name: "Mega Man X8" region: "PAL-M5" + gsHWFixes: + autoFlush: 1 # Fixes bloom. + roundSprite: 1 # Fixes misalliged bloom. memcardFilters: # Reads Command Mission save for bonus boss. - "SLES-52988" - "SLES-52832" @@ -21597,6 +21600,9 @@ SLKA-25221: SLKA-25222: name: "Rockman X8" region: "NTSC-K" + gsHWFixes: + autoFlush: 1 # Fixes bloom. + roundSprite: 1 # Fixes misalliged bloom. SLKA-25224: name: "Detective Saburo Jinguji 9 - Kind of Blue" region: "NTSC-K" @@ -27007,6 +27013,9 @@ SLPM-65729: SLPM-65730: name: "Rockman X8" region: "NTSC-J" + gsHWFixes: + autoFlush: 1 # Fixes bloom. + roundSprite: 1 # Fixes misalliged bloom. gameFixes: - SoftwareRendererFMVHack # Flickering and wrong textures in FMV. memcardFilters: @@ -40921,6 +40930,9 @@ SLUS-20960: name: "Mega Man X8" region: "NTSC-U" compat: 5 + gsHWFixes: + autoFlush: 1 # Fixes bloom. + roundSprite: 1 # Fixes misalliged bloom. memcardFilters: - "SLUS-20960" - "SLUS-20903"