From ce75e149f7ad5d29cda90788c925816e4e4059e2 Mon Sep 17 00:00:00 2001 From: Will Toohey Date: Sun, 3 Apr 2022 21:40:18 +1000 Subject: [PATCH] Sane default for vertical window (true) --- dist/jb/gamestart-03.bat | 2 +- dist/jb/jbhook-01.conf | 2 +- dist/jb/jbhook-02.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/jb/gamestart-03.bat b/dist/jb/gamestart-03.bat index 65c9bd2..8a9ab32 100644 --- a/dist/jb/gamestart-03.bat +++ b/dist/jb/gamestart-03.bat @@ -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 diff --git a/dist/jb/jbhook-01.conf b/dist/jb/jbhook-01.conf index c498611..0070a7a 100755 --- a/dist/jb/jbhook-01.conf +++ b/dist/jb/jbhook-01.conf @@ -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 diff --git a/dist/jb/jbhook-02.conf b/dist/jb/jbhook-02.conf index ed8c434..aca6d97 100644 --- a/dist/jb/jbhook-02.conf +++ b/dist/jb/jbhook-02.conf @@ -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