diff options
| author | JosJuice <josjuice@gmail.com> | 2017-02-08 14:50:19 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2017-02-08 14:50:19 +0100 |
| commit | de7d0188a7fbbfb4ef6f9ade6963b5f460fce419 (patch) | |
| tree | 6b198c6273844dc929ff22e82a120cac6a50f029 /Data | |
| parent | 961f84b767b3577d21698a9b5aced3cd7cb461e7 (diff) | |
Remove FastDiscSpeed from games fixed by the previous commit
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/G5D.ini | 3 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GC3.ini | 3 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/GXE.ini | 1 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/RPJ.ini | 1 |
4 files changed, 2 insertions, 6 deletions
diff --git a/Data/Sys/GameSettings/G5D.ini b/Data/Sys/GameSettings/G5D.ini index 6389713c17..143d4b046c 100644 --- a/Data/Sys/GameSettings/G5D.ini +++ b/Data/Sys/GameSettings/G5D.ini @@ -2,12 +2,11 @@ [Core] # Values set here will override the main Dolphin settings. -FastDiscSpeed = True [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Can hang during loading screens if Speed Up Disc Transfer Rate isn't used +EmulationIssues = [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/GC3.ini b/Data/Sys/GameSettings/GC3.ini index 87d05133b8..d46605b871 100644 --- a/Data/Sys/GameSettings/GC3.ini +++ b/Data/Sys/GameSettings/GC3.ini @@ -2,12 +2,11 @@ [Core] # Values set here will override the main Dolphin settings. -FastDiscSpeed = True [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. EmulationStateId = 4 -EmulationIssues = Can hang during loading screens if Speed Up Disc Transfer Rate isn't used +EmulationIssues = [OnLoad] # Add memory patches to be loaded once on boot here. diff --git a/Data/Sys/GameSettings/GXE.ini b/Data/Sys/GameSettings/GXE.ini index cbbcdadc33..84c522725b 100644 --- a/Data/Sys/GameSettings/GXE.ini +++ b/Data/Sys/GameSettings/GXE.ini @@ -2,7 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -FastDiscSpeed = True [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. diff --git a/Data/Sys/GameSettings/RPJ.ini b/Data/Sys/GameSettings/RPJ.ini index 8100204151..483b2ab5af 100644 --- a/Data/Sys/GameSettings/RPJ.ini +++ b/Data/Sys/GameSettings/RPJ.ini @@ -2,7 +2,6 @@ [Core] # Values set here will override the main Dolphin settings. -FastDiscSpeed = True [EmuState] # The Emulation State. 1 is worst, 5 is best, 0 is not set. |
