Remove shortname entirely, fix omnimix

This commit is contained in:
Will Toohey
2018-01-07 22:27:01 +10:00
parent 7a97429a35
commit 98a9058fbb
12 changed files with 26 additions and 124 deletions
-3
View File
@@ -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]}]
},
]);