From 4209a0dfcadf1f5245a2d87b4be0922258cc6d0d Mon Sep 17 00:00:00 2001 From: wz18207 Date: Tue, 21 Sep 2021 15:10:43 +0800 Subject: [PATCH] add mixer bug fix tooltip --- lincle.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lincle.html b/lincle.html index 96546c6..24b3786 100644 --- a/lincle.html +++ b/lincle.html @@ -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: [ { 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: [ { offset: 0xA18CD, off: [0x75], on: [0xEB] }, ]