From c250ed03cf65c4398c4f844524b75d5600cfb535 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sun, 29 Aug 2021 12:21:33 +0200 Subject: [PATCH] GameINI: Enable DivByZeroExceptions where needed Combined with the previous commits in this pull request, this fixes https://bugs.dolphin-emu.org/issues/7230 (True Crime: New York City) and https://bugs.dolphin-emu.org/issues/9650 (Call of Duty: Finest Hour). --- Data/Sys/GameSettings/G2C.ini | 4 ++++ Data/Sys/GameSettings/GCO.ini | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 Data/Sys/GameSettings/G2C.ini create mode 100644 Data/Sys/GameSettings/GCO.ini diff --git a/Data/Sys/GameSettings/G2C.ini b/Data/Sys/GameSettings/G2C.ini new file mode 100644 index 0000000000..a12a6a1190 --- /dev/null +++ b/Data/Sys/GameSettings/G2C.ini @@ -0,0 +1,4 @@ +# G2CD52, G2CE52, G2CP52, G2CX52 - True Crime: New York City + +[Core] +DivByZeroExceptions = True diff --git a/Data/Sys/GameSettings/GCO.ini b/Data/Sys/GameSettings/GCO.ini new file mode 100644 index 0000000000..ec36443599 --- /dev/null +++ b/Data/Sys/GameSettings/GCO.ini @@ -0,0 +1,4 @@ +# GCOD52, GCOE52, GCOF52, GCOP52 - Call of Duty: Finest Hour + +[Core] +DivByZeroExceptions = True