GFDM V5->V7 updates

Fixes grammar issues and gives proper tooltips/titles for patches.
This commit is contained in:
trmazi
2021-12-23 13:45:46 -05:00
committed by Will
parent 66d32b1c77
commit 887499af6c
3 changed files with 12 additions and 7 deletions
+4 -3
View File
@@ -20,7 +20,8 @@
]);
new Patcher("boot.dll", "", [
{
name: "GF's volume fix",
name: "Set GF to 2CH audio rather than 4CH",
tooltip: "Fixes audio volume issues, as you cannot hear any sound effects on a 2CH card by default.",
patches: [
{offset: 0x1BC1, off: [0x00, 0x00, 0x00, 0x00], on: [0x01, 0x00, 0x00, 0x00]},
{offset: 0x1BC9, off: [0x01], on: [0x03]},
@@ -30,8 +31,8 @@
]);
new Patcher("libshare-pj.dll", "", [
{
name: "Let the game can access e-amuemu which IP is 192.168.*.*",
tooltip: "It's highly recommended using this just to turn off the e-AMUSEMENT easily,since it's not compatiable with e-amuemu(Cannot register cards but still can get into the game)",
name: "Remove the game's 10.0.*.* IP check, allowing any IP address.",
tooltip: "Without this, games will not get past server error 2-5000-0000",
patches: [
{offset: 0x17ECA, off: [0x01, 0x5B], on: [0x00, 0x5B]}
]