From e0a3ff6ca187102bebcaafe598e24b423a5bd302 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 27 Jul 2025 00:09:54 -0300 Subject: [PATCH] Changed formatting to allow bullet points in warning message --- docs/Platforms-and-Players/EmulatorJS-Player.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Platforms-and-Players/EmulatorJS-Player.md b/docs/Platforms-and-Players/EmulatorJS-Player.md index a6793e7..007de9e 100644 --- a/docs/Platforms-and-Players/EmulatorJS-Player.md +++ b/docs/Platforms-and-Players/EmulatorJS-Player.md @@ -8,8 +8,9 @@ !!! warning - 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. + PSP emulation with the PPSSPP core and MS-DOS with the dosbox-pure core requires one of the three options: + + - 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`. (Preferred) - [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.