Skip to content

Commit

Permalink
more robust checking for dplay patch
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Aug 19, 2020
1 parent 321a35f commit 73af780
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
15 changes: 15 additions & 0 deletions gm8x_fix.c
Original file line number Diff line number Diff line change
Expand Up @@ -901,16 +901,31 @@ Patch joypatch_81_141[] = {

Patch dplaypatch_80[] = {
{ 0x187380, 'D', 0 },
{ 0x187381, 'P', 'P' },
{ 0x187382, 'l', 'l' },
{ 0x187383, 'a', 'a' },
{ 0x187384, 'y', 'y' },
{ 0x187385, 'X', 'X' },
{-1,0,0}
};

Patch dplaypatch_81_65[] = {
{ 0x23d184, 'D', 0 },
{ 0x23d185, 'P', 'P' },
{ 0x23d186, 'l', 'l' },
{ 0x23d187, 'a', 'a' },
{ 0x23d188, 'y', 'y' },
{ 0x23d189, 'X', 'X' },
{-1,0,0}
};

Patch dplaypatch_81_141[] = {
{ 0x279c10, 'D', 0 },
{ 0x279c11, 'P', 'P' },
{ 0x279c12, 'l', 'l' },
{ 0x279c13, 'a', 'a' },
{ 0x279c14, 'y', 'y' },
{ 0x279c15, 'X', 'X' },
{-1,0,0}
};

Expand Down
10 changes: 5 additions & 5 deletions version.rc
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
1 VERSIONINFO
FILEVERSION 0,4,2,0
PRODUCTVERSION 0,4,2,0
FILEVERSION 0,4,3,0
PRODUCTVERSION 0,4,3,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Floogle @ https://github.com/skyfloogle"
VALUE "FileDescription", "gm8x_fix"
VALUE "FileVersion", "0.4.2"
VALUE "FileVersion", "0.4.3"
VALUE "InternalName", "gm8x_fix"
VALUE "LegalCopyright", ""
VALUE "OriginalFilename", "gm8x_fix.exe"
VALUE "ProductName", "gm8x_fix v0.4.2"
VALUE "ProductVersion", "0.4.2"
VALUE "ProductName", "gm8x_fix v0.4.3"
VALUE "ProductVersion", "0.4.3"
END
END

Expand Down

0 comments on commit 73af780

Please sign in to comment.