From 836b8cd246a8dc6ec8c0f56adf4485a171159835 Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Sat, 29 Mar 2014 20:15:04 +0000 Subject: 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. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89717 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFSound/macsrc/SPUPluginController.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macosx/plugins/DFSound/macsrc/SPUPluginController.m') 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) { -- cgit v1.2.3