Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/Platforms-and-Players/EmulatorJS-Player.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@

<!-- prettier-ignore -->
!!! warning
PSP emulation with the PPSSPP core and MS-DOS with the dosbox-pure core requires one of the three options:

- the unofficial [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) (which will break features within the app and is not recommended)
- launching Chrome browser with the `--disable-web-security` and `--enable-features=SharedArrayBuffer` flags, which **WE STRONGLY DISCOURAGE** as it disables important security features.
PSP emulation with the `ppsspp` core and MS-DOS with the `dosbox-pure` core are not currently supported when using the Console mode.

<!-- prettier-ignore -->
!!! warning
Expand Down
6 changes: 1 addition & 5 deletions docs/Platforms-and-Players/MS-DOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
[DOS](https://github.com/schellingb/dosbox-pure) is now supported in versions of RomM 4.0 and above thanks to the EmulatorJS player - Simply create a DOS platform to enable the integration

<!-- prettier-ignore -->
!!! warning
This will need the same settings as the PSP emulation which you can find [here](https://docs.romm.app/latest/Platforms-and-Players/EmulatorJS-Player/) to enable the play button

<!-- prettier-ignore -->
!!! info
!!! info
I highly suggest you upload the games as .zip as the core can take advantage of unzipping and auto mounting options which are explained more below.

<!-- prettier-ignore -->
Expand Down
2 changes: 1 addition & 1 deletion docs/Platforms-and-Players/Supported-Platforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Below is a list of all supported platforms/systems/consoles and their respective folder names. Supported platforms means RomM can fetch metadata from sources for those platforms.

!!! info
For platforms that can be playable in the browser, please check [emulatorjs supported platforms](./EmulatorJS-Player.md) and [ruffle player](./RuffleRS-Player.md).
For platforms that can be playable in the browser, please check [EmulatorJS supported platforms](./EmulatorJS-Player.md) and [RuffleRS player](./RuffleRS-Player.md).

!!! danger
**The folder name is case-sensitive and must be used exactly as it appears in the list below.**
Expand Down
Loading