From a2c015b907f32ffa710ee9921263e5de31ca215a Mon Sep 17 00:00:00 2001 From: Stenzek Date: Mon, 11 Aug 2025 22:39:01 +1000 Subject: [PATCH] GameDB: Disable WS/PGXP on 2D Final Fantasy games --- data/resources/gamedb.yaml | 42 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/data/resources/gamedb.yaml b/data/resources/gamedb.yaml index 970a074f1..5e88b976e 100644 --- a/data/resources/gamedb.yaml +++ b/data/resources/gamedb.yaml @@ -56773,6 +56773,9 @@ SLPS-03430: controllers: - AnalogController - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Squaresoft" developer: "Squaresoft" @@ -56792,6 +56795,9 @@ SLPS-03500: controllers: - AnalogController - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Squaresoft" developer: "Squaresoft" @@ -56810,6 +56816,9 @@ SCES-03840: name: "Final Fantasy Anthology - European Edition - Final Fantasy IV (Europe, Australia)" controllers: - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Sony" developer: "Squaresoft" @@ -56828,6 +56837,9 @@ SCES-13840: name: "Final Fantasy Anthology - European Edition - Final Fantasy V (Europe, Australia)" controllers: - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Sony" developer: "Squaresoft" @@ -56849,6 +56861,9 @@ SLUS-00879: versionTested: "0.1-4599-ga542fa85" controllers: - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Squaresoft" developer: "Squaresoft" @@ -56870,6 +56885,9 @@ SLUS-00900: versionTested: "0.1-1580-g136a9d60" controllers: - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Squaresoft" developer: "Squaresoft" @@ -56908,6 +56926,9 @@ SLUS-01360: name: "Final Fantasy Chronicles - Final Fantasy IV (USA)" controllers: - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Squaresoft" developer: "Squaresoft" @@ -56973,6 +56994,9 @@ SLPS-03502: controllers: - AnalogController - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Squaresoft" developer: "Squaresoft" @@ -56992,6 +57016,9 @@ SLPS-03501: controllers: - AnalogController - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Squaresoft" developer: "Squaresoft" @@ -57013,6 +57040,9 @@ SLPM-86028: codes: - SLPM-86028 - SLPS-01948 + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Squaresoft" developer: "Squaresoft" @@ -57031,6 +57061,9 @@ SCPS-45029: name: "Final Fantasy IV (aka Final Fantasy IV / Final Fantasy 4 / FF4)" controllers: - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Squaresoft" developer: "Squaresoft" @@ -57920,6 +57953,9 @@ SLUS-01541: versionTested: "0.1-4599-ga542fa85" controllers: - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Squaresoft" developer: "Squaresoft" @@ -57938,6 +57974,9 @@ SLES-04034: name: "Final Fantasy Origins - Final Fantasy (Europe)" controllers: - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Infogrames / Squaresoft" developer: "Squaresoft" @@ -57956,6 +57995,9 @@ SLES-14034: name: "Final Fantasy Origins - Final Fantasy II (Europe)" controllers: - DigitalController + traits: + - DisablePGXP # 2D, PGXP is not beneficial. + - DisableWidescreen # Stops position glitches in battles. metadata: publisher: "Infogrames / Squaresoft" developer: "Squaresoft"