fix for an issue that avoided loading of the correct default settings, added some requested game codes

This commit is contained in:
Rodolfo Bogado 2016-09-17 15:19:54 -03:00
parent aff8d50b55
commit 959782f81b
7 changed files with 94 additions and 4 deletions

View file

@ -170,3 +170,5 @@ $Widescreen Heat Wave Fix [YoshiOG1]
043AA05C BF2AAAAB
043AA060 3F2AAAAB
043AA070 3FAAAAAB
$Remove Heat Wave
0419F83C 4E800020

View file

@ -70,3 +70,5 @@ $Yoshi Loves Water
$Widescreen Heat Wave Fix
F0N5-B36H-HZDVX
6GRT-TJHW-8MR45
$Remove Heat Wave
041980C4 4E800020

View file

@ -16,4 +16,5 @@ EmulationIssues =
[ActionReplay]
# Add action replay cheats here.
$No Bloom Effect [Ralf]
04009650 4E800020

View file

@ -41,6 +41,18 @@ $Hyrule Field Speed Hack
0x8003D5D4:dword:0x60000000
0x8003D5EC:dword:0x60000000
0x8003D608:dword:0x60000000
[Gecko]
$16:9
04453FD4 3FE79E7B
0445391C 3FE79E7B
C22E97F0 00000004
C222C418 C0030000
EC110032 D0030000
C2229F00 D223000C
38800001 00000000
0419D8CC 4E800020
[ActionReplay]
# Add action replay cheats here.

View file

@ -38,3 +38,40 @@ $Hyrule Field Speed Hack
0x8003D5D4:dword:0x60000000
0x8003D5EC:dword:0x60000000
0x8003D608:dword:0x60000000
[Gecko]
$16:9
F6000001 80008180
C05F00C8 C07F00BC
D200001C 00000006
3DC03F40 91C28004
C2228004 C0030000
EC110032 D0030000
C003000C EC110032
D003000C 38800001
60000000 00000000
E0000000 80008000
F6000001 80008180
D0430050 D0630054
D2000000 00000003
3DC040AF 91C28004
C0428004 D0430050
60000000 00000000
E0000000 80008000
F6000001 80008180
FFA01090 93E10024
D2000000 00000003
3DC03FAA 61CEAAAB
91C28000 C2628000
EFB300B2 00000000
E0000000 80008000
F6000001 80008180
FF601090 7C7F1B78
D2000000 00000004
3DC03FAA 61CEAAAB
91C28004 C2228004
EF7100B2 39C00000
60000000 00000000
E0000000 80008000

View file

@ -41,6 +41,42 @@ $Hyrule Field Speed Hack
0x8003d704:dword:0x60000000
0x8003d71c:dword:0x60000000
0x8003d738:dword:0x60000000
[Gecko]
$16:9
F6000001 80008180
C05F00C8 C07F00BC
D200001C 00000006
3DC03F40 91C28004
C2228004 C0030000
EC110032 D0030000
C003000C EC110032
D003000C 38800001
60000000 00000000
E0000000 80008000
F6000001 80008180
D0430050 D0630054
D2000000 00000003
3DC040AF 91C28004
C0428004 D0430050
60000000 00000000
E0000000 80008000
F6000001 80008180
FFA01090 93E10024
D2000000 00000003
3DC03FAA 61CEAAAB
91C28000 C2628000
EFB300B2 00000000
E0000000 80008000
F6000001 80008180
FF601090 7C7F1B78
D2000000 00000004
3DC03FAA 61CEAAAB
91C28004 C2228004
EF7100B2 39C00000
60000000 00000000
E0000000 80008000
[ActionReplay]
# Add action replay cheats here.
@ -106,4 +142,4 @@ $One Tear Fills 3rd Vessel of Light
0776EB53 15008000
D776EB56 1475A9C0
28408276 0000000F
00408276 0000000F
00408276 0000000F

View file

@ -269,8 +269,8 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title)
wxDefaultPosition, wxDefaultSize)
, vconfig(g_Config)
{
if (File::Exists(File::GetUserPath(D_CONFIG_IDX) + "GFX.ini"))
vconfig.Load(File::GetUserPath(D_CONFIG_IDX) + "GFX.ini");
//if (File::Exists(File::GetUserPath(D_CONFIG_IDX) + "GFX.ini"))
vconfig.Load(File::GetUserPath(D_CONFIG_IDX) + "GFX.ini");
Bind(wxEVT_UPDATE_UI, &VideoConfigDiag::OnUpdateUI, this);