From d1536fdc62182ca87f5376ce84dd99c76a51072f Mon Sep 17 00:00:00 2001 From: Connor McLaughlin Date: Tue, 9 Feb 2021 01:06:48 +1000 Subject: [PATCH] GameSettings: Disable analog mode in Digimon World --- data/database/gamesettings.ini | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/data/database/gamesettings.ini b/data/database/gamesettings.ini index a9e484295..1b6e8964d 100644 --- a/data/database/gamesettings.ini +++ b/data/database/gamesettings.ini @@ -57,6 +57,36 @@ DisableUpscaling = true DisableAnalogModeForcing = true +# Digimon World (Germany) (SLES-03434) +[SLES-03434] +DisableAnalogModeForcing = true + + +# Digimon World (Europe) (SLES-02914) +[SLES-02914] +DisableAnalogModeForcing = true + + +# Digimon World (Spain) (SLES-03436) +[SLES-03436] +DisableAnalogModeForcing = true + + +# Digimon World (USA) (SLUS-01032) +[SLUS-01032] +DisableAnalogModeForcing = true + + +# Digimon World (France) (SLES-03435) +[SLES-03435] +DisableAnalogModeForcing = true + + +# Digimon World (Italy) (SLES-03437) +[SLES-03437] +DisableAnalogModeForcing = true + + # Pop'n Music 6 (Japan) (SLPM-87089) [SLPM-87089] ForceInterlacing = true