From 20891882f5109c3bc1f5bb15ada62365278b1a5d Mon Sep 17 00:00:00 2001 From: Miksel12 Date: Tue, 6 Aug 2019 19:03:35 +0200 Subject: [PATCH] Update WiiWare INIs --- Data/Sys/GameSettings/WBK.ini | 19 +++++++++++++++++++ Data/Sys/GameSettings/WD9.ini | 4 ++-- Data/Sys/GameSettings/WIC.ini | 16 ++++++++++++++++ Data/Sys/GameSettings/WKT.ini | 17 +++++++++++++++++ Data/Sys/GameSettings/XHD.ini | 16 ++++++++++++++++ 5 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 Data/Sys/GameSettings/WBK.ini create mode 100644 Data/Sys/GameSettings/WIC.ini create mode 100644 Data/Sys/GameSettings/WKT.ini create mode 100644 Data/Sys/GameSettings/XHD.ini diff --git a/Data/Sys/GameSettings/WBK.ini b/Data/Sys/GameSettings/WBK.ini new file mode 100644 index 000000000000..c357c414bec0 --- /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 6b9a7ccea2f5..dd4560752932 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 000000000000..e08d4409ea21 --- /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 000000000000..e9c932d8daf3 --- /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 000000000000..6640d67c5c6e --- /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