mirror of
https://github.com/86Box/docs.git
synced 2026-02-22 09:35:33 -07:00
Finish v3.11 release
This commit is contained in:
@@ -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 <https://github.com/nukeykt/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 <https://github.com/nukeykt/Nuked-OPL3>`_ or `ymfm <https://github.com/aaronsgiles/ymfm>`_ library, per the :ref:`selection below <settings/sound:FM synth driver>`.
|
||||
|
||||
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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user