summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/PluginController.m
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-21 20:38:25 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-06-21 20:38:25 +0000
commitfbe3fe35050190a9e5c4a4f1961f7aa4471193c0 (patch)
tree6dc59c803623e2efae012b5304e4942d3ca09917 /macosx/plugins/DFSound/macsrc/PluginController.m
parent0fd7489e4e0e6365b291bae1aa682ed0a092419f (diff)
downloadpcsxr-fbe3fe35050190a9e5c4a4f1961f7aa4471193c0.tar.gz
Patch 9753 (MaddTheSane).
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@68034 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound/macsrc/PluginController.m')
-rw-r--r--macosx/plugins/DFSound/macsrc/PluginController.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/plugins/DFSound/macsrc/PluginController.m b/macosx/plugins/DFSound/macsrc/PluginController.m
index 19b30134..b5f9fb7b 100644
--- a/macosx/plugins/DFSound/macsrc/PluginController.m
+++ b/macosx/plugins/DFSound/macsrc/PluginController.m
@@ -2,7 +2,11 @@
#include "stdafx.h"
#include "externals.h"
+#ifdef USEOPENAL
+#define APP_ID @"net.sf.peops.ALPlugin"
+#else
#define APP_ID @"net.sf.peops.SPUPlugin"
+#endif
#define PrefsKey APP_ID @" Settings"
static PluginController *pluginController;