mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Jubeat prop support, multi-DLL support, remove globals, dynamic UI creation, fix SDVX score
This commit is contained in:
+1
-7
@@ -10,7 +10,7 @@
|
||||
<script type="text/javascript" src="js/dllpatcher.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
DllPatcher("bm2dx", [
|
||||
new DllPatcher("bm2dx", [
|
||||
{
|
||||
name : "Timer Freeze",
|
||||
shortname : "freeze",
|
||||
@@ -78,11 +78,5 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>IIDX Copula DLL Modder</h1>
|
||||
<input class="fileInput" type="file" name="files[]" id="file" />
|
||||
<label for="file"><strong>Choose a file</strong> or drag and drop.</label>
|
||||
<div id="success"></div>
|
||||
<div id="error"></div>
|
||||
<div id="patches"></div>
|
||||
<button id="save" onclick="saveDll();">Save DLL</button>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user