mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-16 20:27:53 +00:00
Merge pull request #13656 from icup321/master
GameINI: Disable Dual Core for several games
This commit is contained in:
commit
f59708a26c
@ -1,8 +1,9 @@
|
||||
# GM2E8P, GM2J8P, GM2P8P - SUPER MONKEY BALL 2
|
||||
# GM2E8P, GM2J8P, GM2P8P - Super Monkey Ball 2
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
FPRF = True
|
||||
CPUThread = False
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
@ -3,6 +3,7 @@
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
FPRF = True
|
||||
CPUThread = False
|
||||
|
||||
[OnFrame]
|
||||
# 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]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
FPRF = True
|
||||
CPUThread = False
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# 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
|
||||
[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]
|
||||
SuggestedAspectRatio = 2
|
||||
|
Loading…
Reference in New Issue
Block a user