mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
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
4
Data/Sys/GameSettings/G2C.ini
Normal file
4
Data/Sys/GameSettings/G2C.ini
Normal file
@ -0,0 +1,4 @@
|
||||
# G2CD52, G2CE52, G2CP52, G2CX52 - True Crime: New York City
|
||||
|
||||
[Core]
|
||||
DivByZeroExceptions = True
|
4
Data/Sys/GameSettings/GCO.ini
Normal file
4
Data/Sys/GameSettings/GCO.ini
Normal file
@ -0,0 +1,4 @@
|
||||
# GCOD52, GCOE52, GCOF52, GCOP52 - Call of Duty: Finest Hour
|
||||
|
||||
[Core]
|
||||
DivByZeroExceptions = True
|
Loading…
x
Reference in New Issue
Block a user