Gameini database update. Addition of cheats for a couple of games, compatibility fixes/updates for F-zero GX, WAVE RACE / BLUE STORM, 1080: Avalanche, Dragon Ball: RKP, Fire Emblem: Radiant Dawn, NO MORE HEROES 1&2, Another Code R, Xenoblade Chronicles (fixes some random crashes/glitches), Mystery Case Files: The Malgrave Incident (fixes Issue 4723).
Also update for Greek language.
This commit is contained in:
parent
df4e337ac9
commit
8b8e60c276
|
@ -5,6 +5,66 @@ EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
$Can always save
|
||||||
|
04153E00 38000037
|
||||||
|
04153A50 60000000
|
||||||
|
$Zero saves
|
||||||
|
0233B832 00000000
|
||||||
|
$Have all maps
|
||||||
|
022961C2 0000FFFF
|
||||||
|
$Have all files
|
||||||
|
022961C0 0000FFFB
|
||||||
|
022961C6 0000FFFF
|
||||||
|
$Timers don't decrease
|
||||||
|
043835C0 00015F91
|
||||||
|
$Infinite Ammo (All slots)
|
||||||
|
04152D34 3BC00063
|
||||||
|
04152D60 60000000
|
||||||
|
$Infinite health (REBECCA)
|
||||||
|
0431CA4C 00000100
|
||||||
|
$Infinite Ammo [All Slots] (R)
|
||||||
|
023272EA 00000063
|
||||||
|
023272EE 00000063
|
||||||
|
023272F2 00000063
|
||||||
|
023272F6 00000063
|
||||||
|
023272FA 00000063
|
||||||
|
023272FE 00000063
|
||||||
|
$Slot 1/2: Hunting gun (R)
|
||||||
|
023272E8 00000005
|
||||||
|
$Slot 1/2: Shotgun (R)
|
||||||
|
023272E8 00000006
|
||||||
|
$Slot 1/2: Grenade Launcher (R)
|
||||||
|
023272E8 00000007
|
||||||
|
$Slot 1/2: Sub-machine gun (R)
|
||||||
|
023272E8 0000000B
|
||||||
|
$Slot 1/2: Rocket Launcher (R)
|
||||||
|
023272E8 00000017
|
||||||
|
$Slot 3: Magnum Revolver (R)
|
||||||
|
023272F0 00000016
|
||||||
|
$Slot 4: Moltov cocktails (R)
|
||||||
|
023272F4 0000000E
|
||||||
|
$Infinite health (BILLY)
|
||||||
|
0231CC76 00000100
|
||||||
|
$Slot 1/2: Hunting gun (B)
|
||||||
|
02327308 00000005
|
||||||
|
$Slot 1/2: Shotgun (B)
|
||||||
|
02327308 00000006
|
||||||
|
$Slot 1/2: Grenade Launcher (B)
|
||||||
|
02327308 00000007
|
||||||
|
$Slot 1/2: Sub-machine gun (B)
|
||||||
|
02327308 0000000B
|
||||||
|
$Slot 1/2: Rocket Launcher (B)
|
||||||
|
02327308 00000017
|
||||||
|
$Slot 3: Magnum Revolver (B)
|
||||||
|
02327310 00000016
|
||||||
|
$Infinite Ammo [All Slots] (B)
|
||||||
|
0232730A 00000063
|
||||||
|
0232730E 00000063
|
||||||
|
02327312 00000063
|
||||||
|
02327316 00000063
|
||||||
|
0232731A 00000063
|
||||||
|
0232731E 00000063
|
||||||
|
$Slot 4: Moltov cocktails (B)
|
||||||
|
02327214 0000000E
|
||||||
[Video]
|
[Video]
|
||||||
Hack = -1
|
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
|
|
@ -2,9 +2,10 @@
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
EnableFPRF = True
|
EnableFPRF = True
|
||||||
TLBHack = 1
|
TLBHack = 1
|
||||||
|
CPUThread = 0
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Use direct 3d 9 plugin otherwise disable dual core. Needs to boot a couple of times at the beginning to run with direct 3d 9 plugin in dual core.(r7446)
|
EmulationIssues = Dual core is very unstable/doesn't even boot with most video plugins. Efb to ram is needed for proper shadows. Because of the things mentioned, the game runs slow.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 1
|
ProjectionHack = 1
|
||||||
|
|
|
@ -2,9 +2,10 @@
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
EnableFPRF = True
|
EnableFPRF = True
|
||||||
TLBHack = 1
|
TLBHack = 1
|
||||||
|
CPUThread = 0
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Use direct 3d 9 plugin otherwise disable dual core. Needs to boot a couple of times at the beginning to run with direct 3d 9 plugin in dual core.(r7446)
|
EmulationIssues = Dual core is very unstable/doesn't even boot with most video plugins. Efb to ram is needed for proper shadows. Because of the things mentioned, the game runs slow.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 1
|
ProjectionHack = 1
|
||||||
|
|
|
@ -8,7 +8,114 @@ EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame]
|
[OnFrame]
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
|
$Infinite Health
|
||||||
|
425577DC 02D90064
|
||||||
|
6C5577DC 81000000
|
||||||
|
425577DC 015C0064
|
||||||
|
425577DC 02310064
|
||||||
|
$Infinite Oxygen
|
||||||
|
025666B6 00000DAC
|
||||||
|
$No Reload
|
||||||
|
325B08F6 0000000F
|
||||||
|
025B08FA 00000019
|
||||||
|
2A5B08F6 00000010
|
||||||
|
025B08FA 0000000F
|
||||||
|
$Max Grip Level
|
||||||
|
025666E8 0000012C
|
||||||
|
$Have Infinite Rations
|
||||||
|
025668FA 00000005
|
||||||
|
$Have Infinite Medicine
|
||||||
|
025668FE 00000001
|
||||||
|
$Have Infinite Bandages
|
||||||
|
02566900 0000000A
|
||||||
|
$Have Infinite Pentazem
|
||||||
|
02566902 0000000A
|
||||||
|
$Have Body Armor
|
||||||
|
02566906 00000001
|
||||||
|
$Have Mine Detector
|
||||||
|
0256690A 00000001
|
||||||
|
$Have RP Sensor
|
||||||
|
0256692A 00000001
|
||||||
|
$Have Gas Mask
|
||||||
|
0256690E 00000001
|
||||||
|
$Have Night Vision Goggles
|
||||||
|
02566910 00000001
|
||||||
|
$Have Thermal Goggles
|
||||||
|
02566912 00000001
|
||||||
|
$Have Scope
|
||||||
|
02566914 00000001
|
||||||
|
$Have Digital Camera
|
||||||
|
02566916 00000001
|
||||||
|
$Have Rope
|
||||||
|
02566920 00000001
|
||||||
|
$Have Handkerchief
|
||||||
|
0256694A 00000001
|
||||||
|
$Have Box 1
|
||||||
|
02566918 00000001
|
||||||
|
$Have Box 2
|
||||||
|
02566924 00000001
|
||||||
|
$Have Box 3
|
||||||
|
02566926 00000001
|
||||||
|
$Have Ketchup
|
||||||
|
02566928 00000001
|
||||||
|
$Have SOCOM Suppressor
|
||||||
|
02566932 00000001
|
||||||
|
$Have MO Disc
|
||||||
|
0256693C 00000001
|
||||||
|
$Have Level 99 Keycard
|
||||||
|
0256691C 00000063
|
||||||
|
$Have Bandana
|
||||||
|
02566938 00000001
|
||||||
|
$Have Stealth Suit
|
||||||
|
02566908 00000001
|
||||||
|
$Have M9 (Infinite Ammo)
|
||||||
|
0256686A 0000002E
|
||||||
|
$Have SOCOM (Infinite Ammo)
|
||||||
|
0256686E 0000003D
|
||||||
|
$Have PSG1 (Infinite Ammo)
|
||||||
|
02566870 0000003D
|
||||||
|
$Have Nikita (Infinite Ammo)
|
||||||
|
02566874 00000028
|
||||||
|
$Have Stinger (Infinite Ammo)
|
||||||
|
02566876 00000028
|
||||||
|
$Have Claymore (Infinite Ammo)
|
||||||
|
02566878 00000010
|
||||||
|
$Have C4 (Infinite Ammo)
|
||||||
|
0256687A 00000010
|
||||||
|
$Have Chaff Grenade (Infinite Ammo)
|
||||||
|
0256687C 00000014
|
||||||
|
$Have Stun Grenade (Infinite Ammo)
|
||||||
|
0256687E 00000014
|
||||||
|
$Have Grenade (Infinite Ammo)
|
||||||
|
0256688A 00000014
|
||||||
|
$Have FAMAS (Infinite Ammo)
|
||||||
|
0256688C 000000D3
|
||||||
|
$Have PSG1-T (Infinite Ammo)
|
||||||
|
0256688E 0000003D
|
||||||
|
$Have Book (Infinite Ammo)
|
||||||
|
02566892 00000005
|
||||||
|
$Have Magazine (Infinite Ammo)
|
||||||
|
02566888 00000064
|
||||||
|
$Have No PAL Key
|
||||||
|
0256694C 00000000
|
||||||
|
$Have Warm (Yellow) PAL Key
|
||||||
|
0256694C 00000001
|
||||||
|
$Have Cold (Blue) PAL Key
|
||||||
|
0256694C 00000002
|
||||||
|
$Have Hot (Red) PAL Key
|
||||||
|
0256694C 00000003
|
||||||
|
$Low Total Game Time
|
||||||
|
045666F4 000000A0
|
||||||
|
$Saved 0 Times
|
||||||
|
025666F2 00000000
|
||||||
|
$Continued 0 Times
|
||||||
|
025666EC 00000000
|
||||||
|
$999 Kills
|
||||||
|
02566700 000003E7
|
||||||
|
$0 Rations Used
|
||||||
|
02567B4C 00000000
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
SafeTextureCache = True
|
SafeTextureCache = True
|
||||||
|
SafeTextureCacheColorSamples = 512
|
|
@ -39,7 +39,7 @@ $Huge Score
|
||||||
0427293C 000F423F
|
0427293C 000F423F
|
||||||
$Everything Unlocked
|
$Everything Unlocked
|
||||||
0426DEB8 0004FFFF
|
0426DEB8 0004FFFF
|
||||||
0426DEBC FFFFFFFF
|
0426DEBC 0004FFFF
|
||||||
$All Gate Challenges Complete
|
$All Gate Challenges Complete
|
||||||
0226DEC8 0003FFFF
|
0226DEC8 0003FFFF
|
||||||
$All Time Trials Complete
|
$All Time Trials Complete
|
||||||
|
@ -49,5 +49,11 @@ $Moon Jump (Press Z)
|
||||||
042723E4 43000000
|
042723E4 43000000
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
[Video_Hacks]
|
||||||
|
DlistCachingEnable = False
|
||||||
|
|
|
@ -22,3 +22,5 @@ XCV7-0RNZ-8ZPV6
|
||||||
$Time Trial: Found 5 Coin Pieces
|
$Time Trial: Found 5 Coin Pieces
|
||||||
GZ5T-HADH-NGPBM
|
GZ5T-HADH-NGPBM
|
||||||
BAF8-QT5K-5N9WC
|
BAF8-QT5K-5N9WC
|
||||||
|
[Video_Hacks]
|
||||||
|
DlistCachingEnable = False
|
|
@ -1,7 +1,7 @@
|
||||||
# GWRE01 - WAVE RACE / BLUE STORM
|
# GWRE01 - WAVE RACE / BLUE STORM
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 4
|
||||||
EmulationIssues = needs the frame cheats from ini
|
EmulationIssues = needs the frame cheats from ini
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
+$Patches
|
+$Patches
|
||||||
|
@ -26,5 +26,9 @@ $Have 99 Points (1P Mode)
|
||||||
00632B43 00000063
|
00632B43 00000063
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# GWRP01 - WAVE RACE / BLUE STORM
|
# GWRP01 - WAVE RACE / BLUE STORM
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 4
|
||||||
EmulationIssues = goes to before race with framepatch
|
EmulationIssues = goes to before race with framepatch
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
+$Patches
|
+$Patches
|
||||||
|
|
|
@ -5,3 +5,43 @@ EmulationStateId = 5
|
||||||
EmulationIssues =
|
EmulationIssues =
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
$Infinite/max health
|
||||||
|
04114244 3800000E
|
||||||
|
$Lots of coins
|
||||||
|
04030764 38007FFF
|
||||||
|
$All levels open
|
||||||
|
041D8BEC FFFFFFFF
|
||||||
|
$Moon Jump (Hold A)
|
||||||
|
04111B74 3D803E00
|
||||||
|
04111B78 618C01CE
|
||||||
|
0A439104 00000100
|
||||||
|
04111B7C 919E0208
|
||||||
|
0A439104 00000000
|
||||||
|
04111B7C 60000000
|
||||||
|
$All levels open and complete GBA games
|
||||||
|
041D8BEC FFFFFFFF
|
||||||
|
041D8BF4 FFFFFFFF
|
||||||
|
041D8BF8 FFFFFFFF
|
||||||
|
021D8BFC 0000FFFF
|
||||||
|
041D8C04 FFFFFFFF
|
||||||
|
041D8C08 FFFFFFFF
|
||||||
|
021D8C0C 0000FFFF
|
||||||
|
041D8C24 FFFFFFFF
|
||||||
|
041D8C28 FFFFFFFF
|
||||||
|
021D8C2C 0000FFFF
|
||||||
|
041D8C34 FFFFFFFF
|
||||||
|
041D8C38 FFFFFFFF
|
||||||
|
021D8C3C 0000FFFF
|
||||||
|
041D8C54 FFFFFFFF
|
||||||
|
041D8C58 FFFFFFFF
|
||||||
|
021D8C5C 0000FFFF
|
||||||
|
041D8C64 FFFFFFFF
|
||||||
|
041D8C68 FFFFFFFF
|
||||||
|
021D8C6C 0000FFFF
|
||||||
|
041D8C84 FFFFFFFF
|
||||||
|
041D8C88 FFFFFFFF
|
||||||
|
021D8C8C 0000FFFF
|
||||||
|
041D8C94 FFFFFFFF
|
||||||
|
041D8C98 FFFFFFFF
|
||||||
|
021D8C9C 0000FFFF
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# R7GEAF - DragonBall
|
# R7GEAF - DragonBall
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues = For a real wiimote to work you need to disable the gamecube controller in the settings.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
@ -16,5 +16,4 @@ PH_ZFar =
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
UseRealXFB = False
|
UseRealXFB = False
|
||||||
[Video_Enhancements]
|
[Wii]
|
||||||
PostProcessingShader =
|
|
||||||
|
|
|
@ -1,12 +1,19 @@
|
||||||
# R7GJAF - Dragon Ball Tenkaichi Daibouken
|
# R7GJAF - Dragon Ball Tenkaichi Daibouken
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues = For a real wiimote to work you need to disable the gamecube controller in the settings.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
|
UseRealXFB = False
|
||||||
|
[Wii]
|
||||||
|
|
|
@ -1,12 +1,19 @@
|
||||||
# R7GPAF - DragonBall
|
# R7GPAF - DragonBall
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues = For a real wiimote to work you need to disable the gamecube controller in the settings.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
[Video_Settings]
|
[Video_Settings]
|
||||||
UseXFB = True
|
UseXFB = True
|
||||||
|
UseRealXFB = False
|
||||||
|
[Wii]
|
||||||
|
|
|
@ -1,13 +1,18 @@
|
||||||
# RFEE01 - FIRE EMBLEM 10 USA
|
# RFEE01 - FIRE EMBLEM 10 USA
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues = Disable gamecube controller or wiimote to not have conflicts(r6651)
|
EmulationIssues = Disable gamecube controller or wiimote to not have conflicts. Fog appears black ingame in recent builds(issue 4475).
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
ProgressiveScan = 0
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
[Video_Settings]
|
||||||
|
DisableFog = True
|
||||||
|
|
|
@ -1,12 +1,18 @@
|
||||||
# RFEJ01 - Fire Emblem Akatsuki No Megami
|
# RFEJ01 - Fire Emblem Akatsuki No Megami
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues = Disable gamecube controller or wiimote to not have conflicts(r6651)
|
EmulationIssues = Disable gamecube controller or wiimote to not have conflicts. Fog appears black ingame in recent builds(issue 4475).
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
ProgressiveScan = 0
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
[Video_Settings]
|
||||||
|
DisableFog = True
|
||||||
|
|
|
@ -3,12 +3,18 @@
|
||||||
[Speedhacks]
|
[Speedhacks]
|
||||||
0x80006e00=800
|
0x80006e00=800
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues = Disable gamecube controller or wiimote to not have conflicts(r6651)
|
EmulationIssues = Disable gamecube controller or wiimote to not have conflicts. Fog appears black ingame in recent builds(issue 4475).
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Wii]
|
[Wii]
|
||||||
ProgressiveScan = 0
|
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
[Video_Settings]
|
||||||
|
DisableFog = True
|
||||||
|
|
|
@ -1,13 +1,17 @@
|
||||||
# RNHE41 - NO MORE HEROES
|
# RNHE41 - NO MORE HEROES
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
SkipIdle = 0
|
|
||||||
[Speedhacks]
|
[Speedhacks]
|
||||||
0x8035bc9c=700
|
0x8035bc9c=700
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 2
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues = Small graphical glitch with light saber (light stays at the same place for a second when you move)
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay]
|
[ActionReplay]
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# RNOJ01 - Another Code R Kioku no Tobira
|
# RNOJ01 - Another Code R Kioku no Tobira
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues = You can't interact with some objects ingame. Efb to Ram is needed for proper scene transition effect.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 3
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# RNOP01 - Another Code:R
|
# RNOP01 - Another Code:R
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationIssues =
|
EmulationIssues = You can't interact with some objects ingame. Efb to Ram is needed for proper scene transition effect.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 3
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
|
@ -19,4 +19,3 @@ UseRealXFB = False
|
||||||
[Video_Hacks]
|
[Video_Hacks]
|
||||||
EFBToTextureEnable = False
|
EFBToTextureEnable = False
|
||||||
EFBCopyEnable = True
|
EFBCopyEnable = True
|
||||||
|
|
||||||
|
|
|
@ -2,10 +2,14 @@
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues =
|
EmulationIssues = Small graphical glitch with light saber (light stays at the same place for a second when you move)
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
ProjectionHack = 0
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
# SFIE01 - Mystery Case Files: The Malgrave Incident
|
||||||
|
[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
|
||||||
|
EmulationIssues = Needs real xfb for videos to show up.
|
||||||
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
|
[ActionReplay] Add action replay cheats here.
|
||||||
|
[Wii]
|
||||||
|
DisableWiimoteSpeaker = 1
|
||||||
|
[Video]
|
||||||
|
ProjectionHack = 0
|
||||||
|
PH_SZNear = 0
|
||||||
|
PH_SZFar = 0
|
||||||
|
PH_ExtraParam = 0
|
||||||
|
PH_ZNear =
|
||||||
|
PH_ZFar =
|
||||||
|
[Gecko]
|
||||||
|
[Video_Settings]
|
||||||
|
SafeTextureCache = True
|
||||||
|
SafeTextureCacheColorSamples = 512
|
||||||
|
UseXFB = True
|
||||||
|
UseRealXFB = True
|
|
@ -1,10 +1,11 @@
|
||||||
# SX4J01 - Xenoblade
|
# SX4J01 - Xenoblade
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
BlockMerging = 1
|
|
||||||
SkipIdle = 0
|
SkipIdle = 0
|
||||||
|
BlockMerging = 1
|
||||||
|
TLBHack = 1
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Disable idle skipping to solve sound issues or use LLE audio.
|
EmulationIssues = Disable idle skipping to solve sound issues or use LLE audio. Per pixel lighting creates a glitch in ether cave with direct 3d 9.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
|
@ -14,4 +15,8 @@ PH_SZFar = 0
|
||||||
PH_ExtraParam = 0
|
PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
[Video_Hacks]
|
||||||
|
DlistCachingEnable = False
|
||||||
|
[Video_Settings]
|
||||||
|
EnablePixelLighting = False
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
# SX4P01 - Xenoblade Chronicles
|
# SX4P01 - Xenoblade Chronicles
|
||||||
[Core] Values set here will override the main dolphin settings.
|
[Core] Values set here will override the main dolphin settings.
|
||||||
BlockMerging = 1
|
|
||||||
SkipIdle = 0
|
SkipIdle = 0
|
||||||
|
BlockMerging = 1
|
||||||
|
TLBHack = 1
|
||||||
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
[EmuState] The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
||||||
EmulationStateId = 4
|
EmulationStateId = 4
|
||||||
EmulationIssues = Disable idle skipping to solve sound issues or use LLE audio.
|
EmulationIssues = Disable idle skipping to solve sound issues or use LLE audio. Per pixel lighting creates a glitch in ether cave with direct 3d 9.
|
||||||
[OnFrame] Add memory patches to be applied every frame here.
|
[OnFrame] Add memory patches to be applied every frame here.
|
||||||
[ActionReplay] Add action replay cheats here.
|
[ActionReplay] Add action replay cheats here.
|
||||||
[Video]
|
[Video]
|
||||||
|
@ -15,3 +16,7 @@ PH_ExtraParam = 0
|
||||||
PH_ZNear =
|
PH_ZNear =
|
||||||
PH_ZFar =
|
PH_ZFar =
|
||||||
[Gecko]
|
[Gecko]
|
||||||
|
[Video_Hacks]
|
||||||
|
DlistCachingEnable = False
|
||||||
|
[Video_Settings]
|
||||||
|
EnablePixelLighting = False
|
||||||
|
|
1454
Languages/po/el.po
1454
Languages/po/el.po
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue