mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
Disable Dual Core for several games
Disable Dual Core for several games with known FIFO errors fix formatting
This commit is contained in:
@ -1,8 +1,9 @@
|
|||||||
# GM2E8P, GM2J8P, GM2P8P - SUPER MONKEY BALL 2
|
# GM2E8P, GM2J8P, GM2P8P - Super Monkey Ball 2
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
FPRF = True
|
FPRF = True
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
FPRF = True
|
FPRF = True
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
12
Data/Sys/GameSettings/GQN.ini
Normal file
12
Data/Sys/GameSettings/GQN.ini
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# GQNE5D - Mortal Kombat: Deception
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
# Dual Core mode causes FIFO error
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
@ -4,14 +4,10 @@
|
|||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
FPRF = True
|
FPRF = True
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
# Add action replay cheats here.
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video]
|
|
||||||
# Add memory patches to be applied every frame here.
|
|
||||||
|
|
||||||
[Video_Settings]
|
|
||||||
|
17
Data/Sys/GameSettings/RKM.ini
Normal file
17
Data/Sys/GameSettings/RKM.ini
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# RKMP5D, RKME5D - Mortal Kombat: Armageddon
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
# Dual Core mode causes FIFO error
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
|
[Video_Hacks]
|
||||||
|
# Fixes shadows at higher resolution.
|
||||||
|
# Option has no effect at 1x IR, so no reason not to enable.
|
||||||
|
VertexRounding = True
|
@ -1,4 +1,14 @@
|
|||||||
# RVBERS, RVBPRS - Alvin and the Chipmunks
|
# RVBERS, RVBPRS - Alvin and the Chipmunks
|
||||||
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
# Dual Core mode causes FIFO error
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SuggestedAspectRatio = 2
|
SuggestedAspectRatio = 2
|
||||||
|
Reference in New Issue
Block a user