add RA missing unlock and lincle mixer bug fix

This commit is contained in:
wz18207
2021-09-21 14:46:36 +08:00
committed by Will
parent 2cbc12ddbe
commit 05abbb590f
2 changed files with 15 additions and 3 deletions
+12
View File
@@ -47,6 +47,18 @@
{ offset: 0x119ACC, off: [0x66, 0x3A, 0x2F, 0x00, 0x65, 0x3A, 0x2F], on: [0x2E, 0x2F, 0x66, 0x00, 0x2E, 0x2F, 0x65] },
]
},
{
name: "Mixer Bug Fix 1",
patches: [
{ offset: 0xA165F, off: [0x75], on: [0xEB] },
]
},
{
name: "Mixer Bug Fix 2",
patches: [
{ offset: 0xA18CD, off: [0x75], on: [0xEB] },
]
},
]),
]);
});
+2 -2
View File
File diff suppressed because one or more lines are too long