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 -2
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: 0x1B61, off: [0x00, 0x00, 0x00, 0x00], on: [0x01, 0x00, 0x00, 0x00]},
{offset: 0x1B69, off: [0x01], on: [0x03]},
@@ -30,7 +31,8 @@
]);
new Patcher("libshare-pj.dll", "", [
{
name: "Let the game can access e-amuemu which IP is 192.168.*.*",
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: 0x18F3A, off: [0x01, 0x5B], on: [0x00, 0x5B]}
]