mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Inherit settings from region-free INIs to region-specific INIs
Having settings for each game in more than one file is redundant. Now, region-free INIs are now only for settings, and region-specific INIs are only for AR codes and patches. Exceptions are made for titles that share the first three characters of their IDs with unrelated titles (mostly unlicensed titles and Triforce titles).
This commit is contained in:
@ -1,14 +1,5 @@
|
||||
# G8WP01 - Battalion Wars
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main Dolphin settings.
|
||||
SkipIdle = False
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = Idle skipping slows down the game.
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
||||
@ -22,11 +13,3 @@ $Invincible
|
||||
04338650 00000001
|
||||
$Infinite Time
|
||||
0752E978 08000000
|
||||
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
PH_SZNear = 0
|
||||
PH_SZFar = 0
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
|
Reference in New Issue
Block a user