Add "Disable Recording Lock" hex edit for IIDX RESIDENT

This commit is contained in:
aixxe 2024-01-30 13:00:31 +00:00 committed by Will
parent 941add434c
commit ee2ab62fa0

View File

@ -772,6 +772,14 @@
{ offset: 0x5917CD, off: [0xE8, 0x3E, 0x18, 0x03, 0x00], on: [0xB8, 0x01, 0x00, 0x00, 0x00] },
]
},
{
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] },
]
},
]),
new Patcher("bm2dx.dll", "2023-09-05 (LDJ-012)", [
{