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).
This commit is contained in:
parent
25bff91054
commit
c250ed03cf
|
@ -0,0 +1,4 @@
|
|||
# G2CD52, G2CE52, G2CP52, G2CX52 - True Crime: New York City
|
||||
|
||||
[Core]
|
||||
DivByZeroExceptions = True
|
|
@ -0,0 +1,4 @@
|
|||
# GCOD52, GCOE52, GCOF52, GCOP52 - Call of Duty: Finest Hour
|
||||
|
||||
[Core]
|
||||
DivByZeroExceptions = True
|
Loading…
Reference in New Issue