Added a note about wayland in debug mode

This commit is contained in:
XargonWan 2024-03-04 14:03:05 +01:00
parent b55233338a
commit 1719f1b203

View file

@ -28,6 +28,11 @@ Enter in the flatpak shell:
flatpak run --command=bash net.retrodeck.retrodeck
```
NOTE: on wayland in some cases it's needed to enter with the command above otherwise some emulators will not run:
```
flatpak run --command=sh --nosocket=fallback-x11 --socket=x11 net.retrodeck.retrodeck
```
Launch ES-DE in debug mode:
```