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
10 changes: 10 additions & 0 deletions content/1.docs/14.FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: require-corp
```

#### *Q:* I'm getting poor performance in Microsoft Edge

***A:*** In Microsoft Edge, there is a setting called 'enhanced security' which when enabled disables just in time (JIT) compiling WASM code for security reasons (JIT can be used as an attack vector) and instead switches to an interpreter, which is far slower.

Settings for Edge's enhanced security can be found by navigating to `edge://settings/privacy/security?search=enhance` (note enhanced security is not enabled by default, but may be enabled manually, or by school or corporate policies).

We don't recommend disabling enhanced security, but the domain hosting EmulatorJS can be excluded from enhanced security by navigating to `edge://settings/privacy/security/secureModeSites` and clicking "Add site" next to "Never use enhanced security for these sites".

> *Note*: Other browsers such as Chrome, Firefox, and Vanadium have similar security features that disable JIT (JIT is only blocked by default in Vanadium), and will also need to have an exclusion added for any site containing EmulatorJS.

#### *Q:* Is this linuxservers EmulatorJS docker project?

***A:*** No. But Gaseous is great alternative: [Gaseous](https://github.com/gaseous-project/gaseous-server)
Expand Down
4 changes: 2 additions & 2 deletions content/1.docs/6.3rd Party.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

EmulatorJS itself is built to be a plugin, rather than an entire website. This is why there is no docker container of this project. However, there are several projects you can use that use EmulatorJS!

## <img src="https://github.com/rommapp/romm/raw/release/.github/resources/romm_complete.png" width="32" style="float: right;" /> RomM
## <img src="https://raw.githubusercontent.com/rommapp/romm/e78ee86aac244e8724a7a2e2e6b30e3c6f8e8a52/frontend/assets/isotipo.svg" width="32" style="float: right;" /> RomM
**Your beautiful, powerful, self-hosted rom manager**

RomM (ROM Manager) allows you to scan, enrich, and browse your game collection with a clean and responsive interface. With support for multiple platforms, various naming schemes, and custom tags, RomM is a must-have for anyone who plays on emulators.

[Website](https://romm.app/) | [Github](https://github.com/rommapp/romm/) | [Instructions](https://github.com/rommapp/romm/wiki/Quick-Start-Guide)

<img src="https://raw.githubusercontent.com/rommapp/romm/refs/heads/release/.github/resources/screenshots/preview-desktop.gif" width="250" style="display: inline; margin-right: 10px;"/>
<img src="https://github.com/rommapp/romm/raw/master/.github/resources/screenshots/preview-desktop.webp" width="250" style="display: inline; margin-right: 10px;"/>

## <img src="https://github.com/gaseous-project/gaseous-server/raw/main/logo.png" width="32" style="float: right;" /> Gaseous Server
**ROM and title management with in browser emulation**
Expand Down