mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 10:39:45 -06:00
Use three-character names for game INIs that don't have region siblings
This will make some game INIs cover more regions. For INIs with AR codes or patches, I manually created a region-free file without region-specific data while keeping the original.
This commit is contained in:
19
Data/Sys/GameSettings/GML.ini
Normal file
19
Data/Sys/GameSettings/GML.ini
Normal file
@ -0,0 +1,19 @@
|
||||
# GMLEA4 - ESPN MLS ExtraTime 2002
|
||||
|
||||
[Core]
|
||||
# Values set here will override the main dolphin settings.
|
||||
|
||||
[EmuState]
|
||||
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||
EmulationStateId = 4
|
||||
EmulationIssues = EXTREME SLOW AND BAD SOUND
|
||||
|
||||
[OnLoad]
|
||||
# Add memory patches to be loaded once on boot here.
|
||||
|
||||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
|
||||
[ActionReplay]
|
||||
# Add action replay cheats here.
|
||||
|
Reference in New Issue
Block a user