mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
Merge pull request #13715 from icup321/master
GameINI: Disable Dual Core for more games
This commit is contained in:
11
Data/Sys/GameSettings/G97.ini
Normal file
11
Data/Sys/GameSettings/G97.ini
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# G97E01, G97P01, G97U01 - Interactive Multi Game Demo Disc v3
|
||||||
|
|
||||||
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
12
Data/Sys/GameSettings/RL6.ini
Normal file
12
Data/Sys/GameSettings/RL6.ini
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# RL6E69 - NERF N-Strike Elite
|
||||||
|
|
||||||
|
[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.
|
@ -1,4 +1,12 @@
|
|||||||
# RNKE69, RNKP69 - NERF N-Strike
|
# RNKE69, RNKP69 - NERF N-Strike
|
||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
|
# Values set here will override the main Dolphin settings.
|
||||||
|
# Dual Core mode causes FIFO error
|
||||||
CPUThread = False
|
CPUThread = False
|
||||||
|
|
||||||
|
[OnFrame]
|
||||||
|
# Add memory patches to be applied every frame here.
|
||||||
|
|
||||||
|
[ActionReplay]
|
||||||
|
# Add action replay cheats here.
|
||||||
|
12
Data/Sys/GameSettings/SN2.ini
Normal file
12
Data/Sys/GameSettings/SN2.ini
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# SN2E69, SN2P69 - NERF N-Strike Double Blast Bundle
|
||||||
|
|
||||||
|
[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.
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
[Core]
|
[Core]
|
||||||
# Values set here will override the main Dolphin settings.
|
# Values set here will override the main Dolphin settings.
|
||||||
|
CPUThread = False
|
||||||
|
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
# Add memory patches to be applied every frame here.
|
# Add memory patches to be applied every frame here.
|
||||||
|
Reference in New Issue
Block a user