From c2bd355a538f7143fd84ad03fe3ae5aeeda8d6e2 Mon Sep 17 00:00:00 2001 From: Zach Clendenen <115799205+LoneAngelFayt@users.noreply.github.com> Date: Sun, 19 Jul 2026 23:19:24 -0500 Subject: [PATCH] removed eden reference Removed mention of 'Eden' from the emulator binaries list in the emulator streaming documentation. --- docs/using/emulator-streaming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using/emulator-streaming.md b/docs/using/emulator-streaming.md index 0eb2e62..2a35ef8 100644 --- a/docs/using/emulator-streaming.md +++ b/docs/using/emulator-streaming.md @@ -5,7 +5,7 @@ description: Launch games into a native emulator running in a container # Emulator Streaming -Emulator streaming launches a game into a **native** emulator running in a separate container and streams the picture, sound, and input back to your browser. Unlike [in-browser play](in-browser-play/emulatorjs.md), the emulation runs server-side on real emulator binaries (PCSX2, Dolphin, xemu, Eden), so the heavy lifting happens on the host rather than in the client. The server claims a session, tells the emulator which ROM to launch, and shows the live stream inside a player view, with save-state and volume controls in the toolbar. +Emulator streaming launches a game into a **native** emulator running in a separate container and streams the picture, sound, and input back to your browser. Unlike [in-browser play](in-browser-play/emulatorjs.md), the emulation runs server-side on real emulator binaries (PCSX2, Dolphin, xemu), so the heavy lifting happens on the host rather than in the client. The server claims a session, tells the emulator which ROM to launch, and shows the live stream inside a player view, with save-state and volume controls in the toolbar. Each emulator runs in its own [linuxserver](https://docs.linuxserver.io) container with a [Selkies](https://github.com/selkies-project/selkies) WebRTC stream and a small HTTP broker sidecar that RomM talks to. Nothing appears in the UI until you configure at least one container.