Skip to content

Commit

Permalink
GameINI: Enable DivByZeroExceptions where needed
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
JosJuice committed Oct 13, 2021
1 parent 25bff91 commit c250ed0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/G2C.ini
@@ -0,0 +1,4 @@
# G2CD52, G2CE52, G2CP52, G2CX52 - True Crime: New York City

[Core]
DivByZeroExceptions = True
4 changes: 4 additions & 0 deletions Data/Sys/GameSettings/GCO.ini
@@ -0,0 +1,4 @@
# GCOD52, GCOE52, GCOF52, GCOP52 - Call of Duty: Finest Hour

[Core]
DivByZeroExceptions = True

0 comments on commit c250ed0

Please sign in to comment.