1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
chris062689 0d36331eba Canary Update 412. Fixes memory leaks. 2018-03-11 21:27:37 -04:00
Dockerfile Canary Update 412. Fixes memory leaks. 2018-03-11 21:27:37 -04:00
README.md Update README.md 2018-03-08 01:05:20 +00:00

README.md

Citra Multiplayer Dedicated Lobby

Quickly stand up new dedicated multiplayer lobbies that will be broadcasted on Citra.

Usage

sudo docker run -d \
  --publish 5000:5000/udp
  citraemu/citra-multiplayer-dedicated \
  --room-name "Dedicated (REGION) - GAME TITLE" \
  --preferred-game "GAME TITLE" \
  --preferred-game-id "TITLE ID" \
  --port 5000 \
  --max_members 4 \
  --username "CITRA ACCOUNT USERNAME"
  --token "CITRA ACCOUNT TOKEN" \
  --announce-url https://api.citra-emu.org/lobby