mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Refactor: Support exe, sane arg order
This commit is contained in:
+3
-3
@@ -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("popn22", [
|
||||
new PatchContainer([
|
||||
new Patcher("popn22.dll", "2019-04-23", [
|
||||
{
|
||||
name: "E: Drive Fix",
|
||||
tooltip: "Fix crash caused by no E: drive",
|
||||
@@ -51,7 +51,7 @@
|
||||
{ offset: 0x10977E, off: [0x84, 0xC0], on: [0xB0, 0x01] },
|
||||
],
|
||||
},
|
||||
], "2019-04-23"),
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user