mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -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:
18
Data/Sys/GameSettings/RJS.ini
Normal file
18
Data/Sys/GameSettings/RJS.ini
Normal file
@ -0,0 +1,18 @@
|
||||
# RJSXUG - Kawasaki Jet Ski
|
||||
|
||||
[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
|
||||
|
||||
[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