forked from Hay1tsme/segatools
ekt: enable AmCapture, add default settings for y3ws to segatools.ini
This commit is contained in:
7
dist/ekt/launch_satellite.bat
vendored
7
dist/ekt/launch_satellite.bat
vendored
@ -5,10 +5,9 @@ pushd %~dp0
|
||||
|
||||
start "AM Daemon" /min inject -d -k ekthook.dll ..\PackageBase\amdaemon.exe -c ..\PackageBase\config_sate.json config_hook.json
|
||||
|
||||
REM AmCapture
|
||||
REM pushd ..\PackageBase\am_capture
|
||||
REM start /min "" %AMCAPTURE_EXE_NAME% >nul 2>&1
|
||||
REM popd
|
||||
pushd ..\PackageBase\am_capture
|
||||
start "AM Capture" /min AmCapture.exe
|
||||
popd
|
||||
|
||||
inject -d -k ekthook.dll ekt.exe -logfile satellite.log -screen-fullscreen 1 -screen-width 1920 -screen-height 1080 -screen-quality Ultra -silent-crashes
|
||||
|
||||
|
9
dist/ekt/segatools_satellite.ini
vendored
9
dist/ekt/segatools_satellite.ini
vendored
@ -82,9 +82,14 @@ dipsw1=0
|
||||
targetAssembly=
|
||||
|
||||
[flatPanelReader]
|
||||
; Enable the Y3 board emulation.
|
||||
enable=1
|
||||
port_field=4
|
||||
port_printer=0
|
||||
|
||||
[y3ws]
|
||||
; Enable the Y3 websocket server.
|
||||
enable=1
|
||||
; Set the TCP port on which the Y3 websocket server runs.
|
||||
port=3594
|
||||
|
||||
; -----------------------------------------------------------------------------
|
||||
; LED settings
|
||||
|
Reference in New Issue
Block a user