diff options
| author | Connor McLaughlin <stenzek@gmail.com> | 2019-08-10 21:24:08 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-10 21:24:08 +1000 |
| commit | 7e49a34df2a054c1dfb0dd26cba67bb497e4a99b (patch) | |
| tree | 2f9f68f6e842bde1867189f7c11c2365649588ba /Data | |
| parent | b88e5610ab7db20aeda240a22f6223fa9cc905c6 (diff) | |
| parent | 20891882f5109c3bc1f5bb15ada62365278b1a5d (diff) | |
Merge pull request #8301 from Miksel12/ini-wad
Update WiiWare INIs
Diffstat (limited to 'Data')
| -rw-r--r-- | Data/Sys/GameSettings/WBK.ini | 19 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/WD9.ini | 4 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/WIC.ini | 16 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/WKT.ini | 17 | ||||
| -rw-r--r-- | Data/Sys/GameSettings/XHD.ini | 16 |
5 files changed, 70 insertions, 2 deletions
diff --git a/Data/Sys/GameSettings/WBK.ini b/Data/Sys/GameSettings/WBK.ini new file mode 100644 index 0000000000..c357c414be --- /dev/null +++ b/Data/Sys/GameSettings/WBK.ini @@ -0,0 +1,19 @@ +# WBKJGD, WBKEGD, WBKPGD - Arkanoid Plus! + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Settings] +# Add any video settings here + +[Video_Hacks] +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/WD9.ini b/Data/Sys/GameSettings/WD9.ini index 6b9a7ccea2..dd45607529 100644 --- a/Data/Sys/GameSettings/WD9.ini +++ b/Data/Sys/GameSettings/WD9.ini @@ -1,4 +1,4 @@ -# WD9EA4 - Castlevania ReBirth +# WD9EA4, WD9JA4, WD9PA4 - Castlevania: The Adventure ReBirth [Core] # Values set here will override the main Dolphin settings. @@ -14,4 +14,4 @@ CPUThread = False # Add action replay cheats here. [Video_Hacks] -EFBToTextureEnable = False +DeferEFBCopies = False diff --git a/Data/Sys/GameSettings/WIC.ini b/Data/Sys/GameSettings/WIC.ini new file mode 100644 index 0000000000..e08d4409ea --- /dev/null +++ b/Data/Sys/GameSettings/WIC.ini @@ -0,0 +1,16 @@ +# WICPKQ, WICEKQ, WICJKQ - NyxQuest: Kindred Spirits + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Hacks] +EFBToTextureEnable = False diff --git a/Data/Sys/GameSettings/WKT.ini b/Data/Sys/GameSettings/WKT.ini new file mode 100644 index 0000000000..e9c932d8da --- /dev/null +++ b/Data/Sys/GameSettings/WKT.ini @@ -0,0 +1,17 @@ +# WKTPA4, WKTEA4, WKTJA4 - Contra ReBirth + +[Core] +# Values set here will override the main Dolphin settings. +CPUThread = False + +[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_Hacks] +DeferEFBCopies = False diff --git a/Data/Sys/GameSettings/XHD.ini b/Data/Sys/GameSettings/XHD.ini new file mode 100644 index 0000000000..6640d67c5c --- /dev/null +++ b/Data/Sys/GameSettings/XHD.ini @@ -0,0 +1,16 @@ +# XHDPKQ, XHDEKQ - NyxQuest: Kindred Spirits + +[Core] +# Values set here will override the main Dolphin settings. + +[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_Hacks] +EFBToTextureEnable = False |
