From fbe3fe35050190a9e5c4a4f1961f7aa4471193c0 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Tue, 21 Jun 2011 20:38:25 +0000 Subject: Patch 9753 (MaddTheSane). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@68034 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFSound/macsrc/PluginController.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'macosx/plugins/DFSound/macsrc/PluginController.h') diff --git a/macosx/plugins/DFSound/macsrc/PluginController.h b/macosx/plugins/DFSound/macsrc/PluginController.h index 804108c5..6479c8ba 100644 --- a/macosx/plugins/DFSound/macsrc/PluginController.h +++ b/macosx/plugins/DFSound/macsrc/PluginController.h @@ -7,7 +7,11 @@ void DoAbout(); long DoConfiguration(); void LoadConfiguration(); +#ifdef USEOPENAL +#define PluginController NetSfPeopsALPluginController +#else #define PluginController NetSfPeopsSPUPluginController +#endif @interface PluginController : NSWindowController { -- cgit v1.2.3