Tue Jul 9 18:50:40 2019 UTC ()
dolphin-emu: OpenAL support was removed.


(nia)
diff -r1.1 -r1.2 pkgsrc/emulators/dolphin-emu/MESSAGE.NetBSD

cvs diff -r1.1 -r1.2 pkgsrc/emulators/dolphin-emu/MESSAGE.NetBSD (expand / switch to unified diff)

--- pkgsrc/emulators/dolphin-emu/MESSAGE.NetBSD 2019/01/01 17:19:58 1.1
+++ pkgsrc/emulators/dolphin-emu/MESSAGE.NetBSD 2019/07/09 18:50:40 1.2
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE.NetBSD,v 1.1 2019/01/01 17:19:58 nia Exp $ 2$NetBSD: MESSAGE.NetBSD,v 1.2 2019/07/09 18:50:40 nia Exp $
3 3
4Dolphin has several audio backend options in its audio settings menu. 4Dolphin has several audio backend options in its audio settings menu.
5 5
6* AOSound seems to stutter badly on NetBSD. 6* AOSound seems to stutter badly on NetBSD.
7* OpenAL seems slightly better, after the "latency" is increased. 
8* ALSA seems best. 7* ALSA seems best.
9 8
10Install the audio/alsa-plugins-oss package, then add this to ~/.asoundrc: 9Install the audio/alsa-plugins-oss package, then add this to ~/.asoundrc:
11 10
12pcm.!default { 11pcm.!default {
13 type oss 12 type oss
14} 13}
15 14
16ctl.!default { 15ctl.!default {
17 type oss 16 type oss
18} 17}
19 18
20=========================================================================== 19===========================================================================