summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFSound/macsrc/SPUPluginController.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-03-29 20:15:04 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-03-29 20:15:04 +0000
commit836b8cd246a8dc6ec8c0f56adf4485a171159835 (patch)
tree6dccd9d54f5c62a5d3ae1c7b6fdf6dbaca7522e3 /macosx/plugins/DFSound/macsrc/SPUPluginController.m
parent4f3311553ff259813ca26105f82f5b17af7db03e (diff)
downloadpcsxr-836b8cd246a8dc6ec8c0f56adf4485a171159835.tar.gz
OS X: Copy over the QuickLook plug-in into the app.
Note that the QuickLook plug-in hasn’t been tested in any way, shape, or form. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89717 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound/macsrc/SPUPluginController.m')
-rw-r--r--macosx/plugins/DFSound/macsrc/SPUPluginController.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/plugins/DFSound/macsrc/SPUPluginController.m b/macosx/plugins/DFSound/macsrc/SPUPluginController.m
index 84ef2876..42a0d197 100644
--- a/macosx/plugins/DFSound/macsrc/SPUPluginController.m
+++ b/macosx/plugins/DFSound/macsrc/SPUPluginController.m
@@ -8,6 +8,7 @@
#import "SPUPluginController.h"
+#ifdef DEBUG
static inline Class GetSPUBaseClass()
{
static Class spuBaseClass;
@@ -16,6 +17,7 @@ static inline Class GetSPUBaseClass()
}
return spuBaseClass;
}
+#endif
static void FuncNotAvailable(id sel, id sender, SEL theCmd)
{