summaryrefslogtreecommitdiff
path: root/plugins/dfsound/nullsnd.c
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-02-17 10:12:15 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2010-02-17 10:12:15 +0000
commitc4cef2e7680c53efb13d9a214b8cc8c299e9d9e8 (patch)
treee429a571a8bd1a0265d8dc506388a038fe5717d4 /plugins/dfsound/nullsnd.c
parent09deb6a2c3adf334af3e1888c5c2c4b5326cb87d (diff)
downloadpcsxr-c4cef2e7680c53efb13d9a214b8cc8c299e9d9e8.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@41645 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/nullsnd.c')
-rw-r--r--plugins/dfsound/nullsnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/nullsnd.c b/plugins/dfsound/nullsnd.c
index d417136b..3d4662e3 100644
--- a/plugins/dfsound/nullsnd.c
+++ b/plugins/dfsound/nullsnd.c
@@ -2,7 +2,7 @@
#define _IN_OSS
#include "externals.h"
-#if !defined (USEALSA) && !defined (USEOSS) && !defined (USEPULSEAUDIO) && !defined(USEPULSEAUDIOSIMPLE)
+#if !defined (USEALSA) && !defined (USEOSS) && !defined (USEPULSEAUDIO)
#warning "Using NULL sound output..."