mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 01:37:50 +00:00
Merge pull request #13715 from icup321/master
GameINI: Disable Dual Core for more games
This commit is contained in:
commit
88122ae956
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
|
||||
|
||||
[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.
|
||||
|
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]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
CPUThread = False
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
Loading…
Reference in New Issue
Block a user