add e-drive fix to 2019

This commit is contained in:
Minsang 2022-07-01 21:37:22 -07:00 committed by Will
parent 49425df0fe
commit 805e083dc0

View File

@ -56,6 +56,13 @@
},
]),
new Patcher("reflecbeat.dll", "2019-12-11", [
{
name: "E: drive fix",
tooltip: "Fix crash caused by no E: drive",
patches: [
{ offset: 0x28BC50, off: [0x65, 0x3A, 0x2F], on: [0x64, 0x65, 0x76] }
]
},
{
name: "Timer freeze",
patches: [