mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
add mixer bug fix tooltip
This commit is contained in:
+4
-2
@@ -48,13 +48,15 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Mixer Bug Fix 1",
|
name: "Mixer Bug Fix 1",//part 1
|
||||||
|
tooltip: "if sound card has a large number of unreasonable mixer channels, use it.",
|
||||||
patches: [
|
patches: [
|
||||||
{ offset: 0xA165F, off: [0x75], on: [0xEB] },
|
{ offset: 0xA165F, off: [0x75], on: [0xEB] },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Mixer Bug Fix 2",
|
name: "Mixer Bug Fix 2",//part 2
|
||||||
|
tooltip: "if sound card has a large number of unreasonable mixer channels, use it.",
|
||||||
patches: [
|
patches: [
|
||||||
{ offset: 0xA18CD, off: [0x75], on: [0xEB] },
|
{ offset: 0xA18CD, off: [0x75], on: [0xEB] },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user