mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Refactor: Support exe, sane arg order
This commit is contained in:
+7
-7
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user