mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Gameini updates.
Fixes issue 8637 by replacing SkipIdle=0 with SyncOnSkipIdle = False. Updates gameinis for Resident Evil Archives: Resident Evil Zero, Pokemon Snap and fixes a mistake in Baldur's Gate: Dark Alliance.
This commit is contained in:
@ -2,12 +2,12 @@
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
SkipIdle = 0
|
||||
SyncOnSkipIdle = False
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Idleskipping causes speed issues(menus,etc.)
|
||||
EmulationIssues =
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
@ -19,12 +19,6 @@ EmulationIssues = Idleskipping causes speed issues(menus,etc.)
|
||||
# Add action replay cheats here.
|
||||
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
PH_SZNear = 0
|
||||
PH_SZFar = 0
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
|
||||
[Video_Settings]
|
||||
SafeTextureCacheColorSamples = 512
|
||||
|
Reference in New Issue
Block a user