Refactor: Support exe, sane arg order

This commit is contained in:
Will Toohey
2019-11-17 20:58:28 +10:00
parent 01e1818047
commit b27039dbe6
33 changed files with 638 additions and 648 deletions
+7 -7
View File
@@ -10,8 +10,8 @@
<script type='text/javascript' src='js/dllpatcher.js'></script>
<script type='text/javascript'>
window.addEventListener('load', function () {
new DllPatcherContainer([
new DllPatcher('bm2dx', [
new PatchContainer([
new Patcher('bm2dx.dll', "2018-09-19", [
{
// discovered by GHYAKIMA
name: 'SSE4.2 Fix',
@@ -191,8 +191,8 @@
tooltip : "Immediately loads into chart after selection.",
patches: [{offset: 0x72775, off: [0xE8, 0x66, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
},
], "2018-09-19"),
new DllPatcher('bm2dx', [
]),
new Patcher('bm2dx.dll', "2018-07-24", [
{
name: 'Unlock All Songs',
patches: [{offset: 0xB61D2, off: [0x74, 0x10], on: [0x90, 0x90]}]
@@ -215,8 +215,8 @@
tooltip : "Holding Start will pause the song at the beginning until you release it",
patches: [{offset: 0xF5D9A, off: [0x7D, 0x25], on: [0x90, 0x90]}]
},
], "2018-07-24"),
new DllPatcher('bm2dx', [
]),
new Patcher('bm2dx.dll', "2018-06-13", [
{
name: 'Unlock All Songs',
patches: [{offset: 0xB42D2, off: [0x74, 0x10], on: [0x90, 0x90]}]
@@ -239,7 +239,7 @@
tooltip : "Holding Start will pause the song at the beginning until you release it",
patches: [{offset: 0xF296A, off: [0x7D, 0x25], on: [0x90, 0x90]}]
},
], "2018-06-13"),
]),
]);
});
</script>