Documentation update

This commit is contained in:
Leon Styhre 2024-04-10 23:17:07 +02:00
parent bcca5ca6e7
commit 1c5c55dd8a
2 changed files with 7 additions and 0 deletions

View file

@ -13,7 +13,10 @@
* (Android) Added Yaba Sanshiro 2 standalone as an alternative emulator for the saturn and saturnjp systems
* (Android) Changed from %ROMPROVIDER% to %ROMSAF% for MD.emu (only for megacd, megacdjp and segacd)
* (Android) Added support for the Antutu build of Citra MMJ
* (Android) Added a "Back button/back swipe exits app" menu option
* The game media directory is now created on application startup instead of when first starting the scraper
* (Linux/Unix) Changed the application summary from "Emulator Frontend" to "Gaming Frontend"
* (Windows) Changed some log entries to use backslashes instead of forward slashes as directory separators
* Changed the application description to "ES-DE Frontend" for the -h/--help command line option
### Detailed list of changes

View file

@ -3550,6 +3550,10 @@ MAME software list names for all arcade systems are automatically expanded to th
The window manager desktop composition can adversely affect the framerate of ES-DE, especially on weaker graphics cards and when running at higher resolution. As such the desktop compositor can be disabled when running ES-DE, although the window manager has to be configured to allow applications to do this for the option to have any effect. Note that enabling this setting can cause problems with some graphics drivers so if you experience strange flickering and similar, then make sure to keep this setting disabled. In case of such issues, make sure that the emulator is also not blocking the composition (e.g. RetroArch has a corresponding option). This setting has no effect if using Wayland, it only applies to X11/Xorg.
**Back button/back swipe exits app** _(Android only)_
Whether to exit the application when swiping back or pressing the back button.
**Debug mode**
Enabling this option will output detailed debug messages to es_log.txt and it also makes it possible to use the debug overlays and shortcuts which are documented in more depth in [INSTALL-DEV.md](INSTALL-DEV.md#debug-mode). Enabling this setting is equivalent to passing the --debug command line option. Make sure to only enable this setting when you really need it as it will slow down the application and cause the es_log.txt file to grow substantially. When passing the --debug command line option this setting will be grayed out in the menu.