Skip to content

Commit

Permalink
add 8.1.71 support (bump to 0.5.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Apr 22, 2021
1 parent d79de01 commit 094acfe
Show file tree
Hide file tree
Showing 3 changed files with 577 additions and 6 deletions.
7 changes: 6 additions & 1 deletion gm8x_fix.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ Patch patches[] = {
{.bytes = schedpatch_81_65, .name = "GM8.1.65 scheduler patch", .type = SCHED},
{.bytes = inputlagpatch_81_65, .name = "GM8.1.65 input lag patch", .type = INPUTLAG},

{.bytes = joypatch_81_71, .name = "GM8.1.71 joystick patch", .type = JOY},
{.bytes = dplaypatch_81_71, .name = "GM8.1.71 DirectPlay patch", .type = DPLAY},
{.bytes = schedpatch_81_71, .name = "GM8.1.71 scheduler patch", .type = SCHED},
{.bytes = inputlagpatch_81_71, .name = "GM8.1.71 input lag patch", .type = INPUTLAG},

{.bytes = joypatch_81_135, .name = "GM8.1.135 joystick patch", .type = JOY},
{.bytes = dplaypatch_81_135, .name = "GM8.1.135 DirectPlay patch", .type = DPLAY},
{.bytes = schedpatch_81_135, .name = "GM8.1.135 scheduler patch", .type = SCHED},
Expand Down Expand Up @@ -294,7 +299,7 @@ int main(int argc, const char *argv[]) {
valid_args = false;
}
// funny title
puts("Welcome to gm8x_fix v0.5.3!");
puts("Welcome to gm8x_fix v0.5.4!");
puts("Source code is at https://github.com/skyfloogle/gm8x_fix under MIT license.");
puts("---------------------------------------------------------------------------");
// did the user decide to be a funnyman and disable everything
Expand Down
Loading

0 comments on commit 094acfe

Please sign in to comment.