From 68dfbd6abcdd5bcb2b64795b4a08fc4dac534b60 Mon Sep 17 00:00:00 2001 From: DamBer00593 <99778771+DamBer00593@users.noreply.github.com> Date: Sat, 26 Jul 2025 18:42:33 -0300 Subject: [PATCH] Update EmulatorJS-Player.md Changed formatting to put the unofficial desktop app first to avoid confusion. and fixed a typo (the word settings was used twice in the second to last sentence on the original documentation) --- docs/Platforms-and-Players/EmulatorJS-Player.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/Platforms-and-Players/EmulatorJS-Player.md b/docs/Platforms-and-Players/EmulatorJS-Player.md index 3abc378..a6793e7 100644 --- a/docs/Platforms-and-Players/EmulatorJS-Player.md +++ b/docs/Platforms-and-Players/EmulatorJS-Player.md @@ -8,8 +8,10 @@ !!! warning - PSP emulation with the PPSSPP core and MS-DOS with the dosbox-pure core requires [special setup with a reverse proxy](https://emulatorjs.org/docs/options#ejs_threads), or launching Chrome browser with the `--disable-web-security` and `--enable-features=SharedArrayBuffer` flags, which **WE STRONGLY DISCOURAGE** as it disables important security features. - Alternatively, use the unnoficial [desktop app](https://github.com/smurflabs/RommBrowser/releases) published by [smurflabs](https://github.com/smurflabs). Once logged into the app, you can enable the required settings settings under `Developer Settings`. Restart the app and you'll have access to PPSSPP and DOS. + PSP emulation with the PPSSPP core and MS-DOS with the dosbox-pure core inside Romm requires the use of one of the three: + - the unnoficial [desktop app](https://github.com/smurflabs/RommBrowser/releases) published by [smurflabs](https://github.com/smurflabs). Once logged into the app, you can enable the required settings under `Developer Settings`. Restart the app and you'll have access to PPSSPP and DOS. + - [special setup with a reverse proxy](https://emulatorjs.org/docs/options#ejs_threads) + - launching Chrome browser with the `--disable-web-security` and `--enable-features=SharedArrayBuffer` flags, which **WE STRONGLY DISCOURAGE** as it disables important security features. !!! warning