mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
GFDM V5->V7 updates
Fixes grammar issues and gives proper tooltips/titles for patches.
This commit is contained in:
+4
-2
@@ -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]}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user