mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Automated de-duplication of game INIs
761 INIs were merged. 319 INIs couldn't be merged because of differences.
This commit is contained in:
parent
5e534275b8
commit
b85a4ced9f
1329 changed files with 3534 additions and 24181 deletions
33
Data/Sys/GameSettings/SDN.ini
Normal file
33
Data/Sys/GameSettings/SDN.ini
Normal file
|
@ -0,0 +1,33 @@
|
|||
# SDNE41, SDNP41 - Just Dance
|
||||
|
||||
[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 = 5
|
||||
EmulationIssues =
|
||||
|
||||
[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.
|
||||
|
||||
[Video]
|
||||
ProjectionHack = 0
|
||||
PH_SZNear = 0
|
||||
PH_SZFar = 0
|
||||
PH_ExtraParam = 0
|
||||
PH_ZNear =
|
||||
PH_ZFar =
|
||||
|
||||
[Video_Settings]
|
||||
EFBScale = -1
|
||||
|
||||
[Video_Enhancements]
|
||||
MaxAnisotropy = 0
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue