diff options
author | 2023-11-02 02:08:05 +1100 | |
---|---|---|
committer | 2023-11-02 02:08:05 +1100 | |
commit | fccbed7657675a5e1c4c63fff08c61ab24964be2 (patch) | |
tree | c904971b37825cab90948d9652f28b70c1a50694 /docs/source/initialsetup/compilingmame.rst | |
parent | 4d56a317550c0fd2771976fb58385e294aa22c79 (diff) |
Miscellaneous fixes:
* docs: Added option for Wayland support to compiling guide.
* docs: Clarified behaviour of memory region read/write methods.
* Fixed some editing errors in Turkish UI translation.
* Added some parentheses on ternary conditional operators for clarity.
Diffstat (limited to 'docs/source/initialsetup/compilingmame.rst')
-rw-r--r-- | docs/source/initialsetup/compilingmame.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index 1f5e559744a..3242cca9c22 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -567,6 +567,9 @@ NO_USE_PORTAUDIO NO_USE_PULSEAUDIO Set to **1** to disable building the PulseAudio sound output module on Linux. +USE_WAYLAND + Set to **1** to include support for bgfx video output with the Wayland + display server. USE_TAPTUN Set to **1** to include the tap/tun network module, or set to **0** to disable building the tap/tun network module. The tap/tun network module is |