mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Update WiiWare INIs
This commit is contained in:
parent
24718c1a38
commit
20891882f5
5 changed files with 70 additions and 2 deletions
19
Data/Sys/GameSettings/WBK.ini
Normal file
19
Data/Sys/GameSettings/WBK.ini
Normal file
|
@ -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
|
|
@ -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
|
||||
|
|
16
Data/Sys/GameSettings/WIC.ini
Normal file
16
Data/Sys/GameSettings/WIC.ini
Normal file
|
@ -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
|
17
Data/Sys/GameSettings/WKT.ini
Normal file
17
Data/Sys/GameSettings/WKT.ini
Normal file
|
@ -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
|
16
Data/Sys/GameSettings/XHD.ini
Normal file
16
Data/Sys/GameSettings/XHD.ini
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue