From dc23ddc99225432a3dd6ee75f7d1e533b56f92a0 Mon Sep 17 00:00:00 2001 From: "Brandon T. Kowalski" Date: Wed, 15 Apr 2026 20:03:58 -0400 Subject: [PATCH 1/2] docs: note about Netplay being broken --- docs/Platforms-and-Players/EmulatorJS-Player.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Platforms-and-Players/EmulatorJS-Player.md b/docs/Platforms-and-Players/EmulatorJS-Player.md index 67647840..bc9f78b6 100644 --- a/docs/Platforms-and-Players/EmulatorJS-Player.md +++ b/docs/Platforms-and-Players/EmulatorJS-Player.md @@ -17,6 +17,15 @@ Our integration with EmulatorJS automates the process of loading and save files ### Netplay +!!! warning + Netplay is currently not available. We are looking to bring it back at a later date. + + If you are an existing Netplay user, please disable this feature. + + Leaving it on will result in `failed to start game` errors and other intermittent issues. + + We apologize for the inconvenience. + Netplay lets you play with friends remotely, in realtime with the build-in web player. As it emulates playing on the same console with two controllers while streaming the video to players 2+, it's best for 2-player, co-op, turn based and party games. Start by enabling netplay in your `config.yml`: From 9372374d57248840c072ff77228b80a124749ac3 Mon Sep 17 00:00:00 2001 From: "Brandon T. Kowalski" Date: Wed, 15 Apr 2026 20:10:49 -0400 Subject: [PATCH 2/2] fix: piss off Trunk --- docs/Platforms-and-Players/EmulatorJS-Player.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Platforms-and-Players/EmulatorJS-Player.md b/docs/Platforms-and-Players/EmulatorJS-Player.md index bc9f78b6..d602c43e 100644 --- a/docs/Platforms-and-Players/EmulatorJS-Player.md +++ b/docs/Platforms-and-Players/EmulatorJS-Player.md @@ -18,9 +18,9 @@ Our integration with EmulatorJS automates the process of loading and save files ### Netplay !!! warning - Netplay is currently not available. We are looking to bring it back at a later date. +Netplay is currently not available. We are looking to bring it back at a later date. - If you are an existing Netplay user, please disable this feature. + If you are an existing Netplay user, please disable this feature. Leaving it on will result in `failed to start game` errors and other intermittent issues.