From 59ce132ff91160d4a4a4ee84ad6b2167ee614da9 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Sat, 26 Nov 2022 01:22:58 -0300 Subject: [PATCH] Finish v3.11 release --- settings/sound.rst | 6 ++++-- usage/menubar.rst | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/settings/sound.rst b/settings/sound.rst index 7e0d961..e82222e 100644 --- a/settings/sound.rst +++ b/settings/sound.rst @@ -14,7 +14,7 @@ Sound card to emulate. Only cards supported by the machine's expansion buses wil The *Configure* button opens a new window with settings specific to the selected sound card, such as the I/O ports, IRQ and DMA channels for ISA cards. -Emulation for the Yamaha OPL series of synthesizers (used by many of the emulated cards) is provided by a modified `Nuked OPL3 `_ library. +Emulation for the Yamaha OPL series of synthesizers (used by many of the emulated cards) is provided by a modified `Nuked OPL3 `_ or `ymfm `_ library, per the :ref:`selection below `. MIDI Out Device --------------- @@ -72,4 +72,6 @@ Use the 32-bit floating point (instead of 16-bit integer) data type for audio ou FM synth driver --------------- -OPL2/3 emulation back-end to use. **Nuked** is the default, while **YMFM** may improve emulation performance at the cost of accuracy. +Yamaha OPL2/3 emulation back-end to use. **Nuked** is the default, while **YMFM** may improve emulation performance at the cost of accuracy. + +.. note:: **YMFM** is always used for OPL4 emulation on sound cards equipped with that synthesizer. diff --git a/usage/menubar.rst b/usage/menubar.rst index 6f4e442..404ffbd 100644 --- a/usage/menubar.rst +++ b/usage/menubar.rst @@ -27,7 +27,7 @@ View * **Renderer:** select a graphical renderer for the emulated display. * **Qt (Software)** is recommended in most cases. - * **Qt (OpenGL)**, **Vulkan** and **Direct3D 9** are known to perform better on some host systems. Try these if your system is struggling to maintain 100% emulation speed. + * **Qt (OpenGL)**, **Vulkan** and **Direct3D 9** are known to perform better on some host systems. Try these if your system is struggling to maintain 100% emulation speed. *Vulkan* may not be available if the host GPU is not Vulkan-capable, and *Direct3D 9* is only available on Windows hosts. * **OpenGL (3.0 Core)** allows for shader effects to be applied to the emulated display, however, it is not compatible with older integrated GPUs. * **Renderer options:** open a window to configure the *OpenGL (3.0 Core)* renderer. This option will be available if that renderer is selected.