SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
emulators/retroarch/patches/patch-audio_audio_driver_c
Normal file
12
emulators/retroarch/patches/patch-audio_audio_driver_c
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: audio/audio_driver.c
|
||||
--- audio/audio_driver.c.orig
|
||||
+++ audio/audio_driver.c
|
||||
@@ -93,7 +93,7 @@ audio_driver_t *audio_drivers[] = {
|
||||
#if defined(HAVE_AUDIOIO)
|
||||
&audio_audioio,
|
||||
#endif
|
||||
-#if defined(HAVE_OSS) || defined(HAVE_OSS_BSD)
|
||||
+#if 0
|
||||
&audio_oss,
|
||||
#endif
|
||||
#ifdef HAVE_RSOUND
|
Loading…
Add table
Add a link
Reference in a new issue