1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-02-21 04:48:42 +01:00

Sane default for vertical window (true)

This commit is contained in:
Will Toohey 2022-04-03 21:40:18 +10:00
parent 57d9d976ff
commit ce75e149f7
3 changed files with 3 additions and 3 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 -H 33554432 -K jbhook2.dll jubeat.dll
launcher -H 33554432 -K jbhook2.dll jubeat.dll -v

View File

@ -2,7 +2,7 @@
gfx.windowed=false
# rotate the normally-horizontal game window to be vertical
gfx.vertical=false
gfx.vertical=true
# URL (e.g. http://my.eamuse.server:80/whatever) or IPV4 (e.g. 127.0.0.1:80) of the target eamuse server. The port is optional but defaults to 80.
eamuse.server=localhost:80

View File

@ -2,7 +2,7 @@
gfx.windowed=false
# rotate the normally-horizontal game window to be vertical
gfx.vertical=false
gfx.vertical=true
# URL (e.g. http://my.eamuse.server:80/whatever) or IPV4 (e.g. 127.0.0.1:80) of the target eamuse server. The port is optional but defaults to 80.
eamuse.server=localhost:80