ce3afb8bee
This feature adds support for connecting up to four JELOS devices together for RetroArch network play. To use: * Select Games Settings -> Netplay Settings * NetPlay -> Enabled * Index Games * Select Network Settings * Enable Local Play Mode * Select 1 (Host) * Choose a game and press Y * Select Netplay Options * Select Host a Netplay Session * Select Network Settings * Enable Local Play Mode * Select 2-4 (Clients) * Choose a game and press Y * Select Netplay Options * Select Connect to a Netplay Session The games should begin and all clients should connect.
22 lines
599 B
Desktop File
22 lines
599 B
Desktop File
[Unit]
|
|
Description=Connection service
|
|
DefaultDependencies=false
|
|
Conflicts=shutdown.target
|
|
Before=network.target multi-user.target shutdown.target
|
|
After=dbus.service network-base.service
|
|
Requires=wpa_supplicant.service
|
|
Wants=network.target
|
|
ConditionPathExists=!/dev/.kernel_ipconfig
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=net.connman
|
|
Restart=on-failure
|
|
EnvironmentFile=-/run/libreelec/debug/connman.conf
|
|
ExecStart=/bin/sh -c ". /usr/lib/connman/connman-setup; exec /usr/sbin/connmand -nr $CONNMAN_MAIN $CONNMAN_DEBUG"
|
|
StandardOutput=null
|
|
RestartSec=2
|
|
StartLimitInterval=0
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|