mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Remove shortname entirely, fix omnimix
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
new DllPatcher("popn22", [
|
||||
{
|
||||
name : "Unlock all the things",
|
||||
shortname : "unlock",
|
||||
// Auto generated and thus filthy
|
||||
patches : [{offset : 0x84410, off: [0x53, 0x56, 0x57, 0xe8, 0x28], on : [0xb0, 0x01, 0xc2, 0x04, 0x00]},
|
||||
{offset : 0x84672, off: [0x75, 0x1c, 0x83, 0x7c, 0x24, 0x10, 0x02, 0x74, 0x15], on : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]},
|
||||
@@ -513,13 +512,11 @@
|
||||
},
|
||||
{
|
||||
name : "E: drive fix",
|
||||
shortname : "efix",
|
||||
tooltip: "Fix crash caused by no E: drive",
|
||||
patches : [{offset : 0x442D30, off: [0x65, 0x3A, 0x2F, 0x00, 0x2F, 0x65, 0x5F, 0x64, 0x72, 0x69, 0x76, 0x65], on : [0x00, 0x2F, 0x65, 0x5F, 0x64, 0x72, 0x69, 0x76, 0x65, 0x00, 0x00, 0x00]}]
|
||||
},
|
||||
{
|
||||
name : "HDMI audio fix",
|
||||
shortname : "audiofix",
|
||||
patches : [{offset : 0x13752C, off: [0x85, 0xC0, 0x75, 0x96], on : [0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user