1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-02-17 11:18:31 +01:00

jbhook: fix missing heap sizes in gamestart.bat

This commit is contained in:
Will Toohey 2022-01-03 14:13:33 +10:00
parent 4721ba2d3c
commit 0d54587787
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@ if not exist dev\nvram\coin.xml copy prop\defaults\coin.xml dev\nvram\coin.xml
if not exist dev\nvram\eacoin.xml copy prop\defaults\eacoin.xml dev\nvram\eacoin.xml
if not exist dev\raw mkdir dev\raw
launcher -K jbhook2.dll jubeat.dll
launcher -H 33554432 -K jbhook2.dll jubeat.dll

View File

@ -7,4 +7,4 @@ if not exist dev\nvram\coin.xml copy prop\defaults\coin.xml dev\nvram\coin.xml
if not exist dev\nvram\eacoin.xml copy prop\defaults\eacoin.xml dev\nvram\eacoin.xml
if not exist dev\raw mkdir dev\raw
launcher -K jbhook3.dll jubeat.dll
launcher -H 33554432 -K jbhook3.dll jubeat.dll