mirror of
https://github.com/rommapp/docs.git
synced 2026-04-23 06:54:41 +00:00
Merge pull request #40 from adamantike/remove-warning-psp-dos
Remove warning regarding PSP and DOS emulation in EmulatorJS player
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
@@ -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.**
|
||||
|
||||
Reference in New Issue
Block a user