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.
13 lines
282 B
Desktop File
13 lines
282 B
Desktop File
[Unit]
|
|
Description=Hostapd service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Environment=XDG_RUNTIME_DIR=/var/run/0-runtime-dir
|
|
Environment=HOME=/storage
|
|
ExecStart=/usr/bin/hostapd -S -i wlan0 /storage/.cache/.hostapd.conf
|
|
Restart=on-failure
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|