From 59898331dd9c3f68275907f6b5fe798c44d93d8c Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Fri, 19 Nov 2021 16:57:37 -0600 Subject: DOCS/ao: remove incorrect note about openal The audio rewrite in d27ad9654218463694093697e3d09f8983b4ccf3 originally broke this ao. However, 0ac724f0025d48e1372ac82c62d504aaadf19735 fixed and the documentation was never updated to reflect that. OpenAL has worked fine for a while not. Just remove this sentence. --- DOCS/man/ao.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst index 1c0b9e146b..e5cc9f963d 100644 --- a/DOCS/man/ao.rst +++ b/DOCS/man/ao.rst @@ -100,7 +100,7 @@ Available audio output drivers are: exclusive mode (bypasses the sound server). ``openal`` - OpenAL audio output driver. This is broken and does not work. + OpenAL audio output driver. ``--openal-num-buffers=<2-128>`` Specify the number of audio buffers to use. Lower values are better for -- cgit v1.2.3