Fix recording lock crash on networks without Videos support

This commit is contained in:
aixxe 2024-03-08 19:29:31 +00:00 committed by Will
parent 6423303f38
commit d34beba126
3 changed files with 3 additions and 12 deletions

View File

@ -1209,10 +1209,7 @@
{
name: "Disable Recording Lock",
tooltip: "Allows all songs to be recorded in-game",
patches: [
{ offset: 0x5739E8, off: [0x75], on: [0xEB] },
{ offset: 0x573A4D, off: [0x32, 0xC0], on: [0xF6, 0xD0] },
]
patches: [{ offset: 0x573A1F, off: [0x40, 0x84, 0xFF], on: [0x90, 0x90, 0x90] }],
},
{
// https://github.com/spice2x/spice2x.github.io/issues/102

View File

@ -3796,10 +3796,7 @@
{
name: "Disable Recording Lock",
tooltip: "Allows all songs to be recorded in-game",
patches: [
{ offset: 0x4669D8, off: [0x75], on: [0xEB] },
{ offset: 0x466A3D, off: [0x32, 0xC0], on: [0xF6, 0xD0] },
]
patches: [{ offset: 0x466A0F, off: [0x40, 0x84, 0xFF], on: [0x90, 0x90, 0x90] }],
},
{
// https://github.com/spice2x/spice2x.github.io/issues/102

View File

@ -775,10 +775,7 @@
{
name: "Disable Recording Lock",
tooltip: "Allows all songs to be recorded in-game",
patches: [
{ offset: 0x5973A8, off: [0x75], on: [0xEB] },
{ offset: 0x59740D, off: [0x32, 0xC0], on: [0xF6, 0xD0] },
]
patches: [{ offset: 0x5973DF, off: [0x40, 0x84, 0xFF], on: [0x90, 0x90, 0x90] }],
},
]),
new Patcher("bm2dx.dll", "2023-09-05 (LDJ-012)", [