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/Info-AL.plist | 26 ---------------------- macosx/plugins/DFSound/Info-SDL.plist | 26 ---------------------- .../plugins/DFSound/Resorces/OpenAL/Info-AL.plist | 26 ++++++++++++++++++++++ macosx/plugins/DFSound/Resorces/SDL/Info-SDL.plist | 26 ++++++++++++++++++++++ .../plugins/DFSound/macsrc/SPUPluginController.m | 2 ++ 5 files changed, 54 insertions(+), 52 deletions(-) delete mode 100644 macosx/plugins/DFSound/Info-AL.plist delete mode 100644 macosx/plugins/DFSound/Info-SDL.plist create mode 100644 macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist create mode 100644 macosx/plugins/DFSound/Resorces/SDL/Info-SDL.plist (limited to 'macosx/plugins/DFSound') diff --git a/macosx/plugins/DFSound/Info-AL.plist b/macosx/plugins/DFSound/Info-AL.plist deleted file mode 100644 index f4bef7cc..00000000 --- a/macosx/plugins/DFSound/Info-AL.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleAllowMixedLocalizations - - CFBundleDevelopmentRegion - en_US - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIconFile - - CFBundleIdentifier - net.sf.peops.SPUALPlugin - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - PsxP - CFBundleSignature - PSPU - CFBundleVersion - 1.19 - NSPrincipalClass - NetSfPeopsSPUALPluginController - - diff --git a/macosx/plugins/DFSound/Info-SDL.plist b/macosx/plugins/DFSound/Info-SDL.plist deleted file mode 100644 index 2b101e2e..00000000 --- a/macosx/plugins/DFSound/Info-SDL.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleAllowMixedLocalizations - - CFBundleDevelopmentRegion - en_US - CFBundleExecutable - ${EXECUTABLE_NAME} - CFBundleIconFile - - CFBundleIdentifier - net.sf.peops.SPUSDLPlugin - CFBundleInfoDictionaryVersion - 6.0 - CFBundlePackageType - PsxP - CFBundleSignature - PSPU - CFBundleVersion - 1.19 - NSPrincipalClass - NetSfPeopsSPUSDLPluginController - - diff --git a/macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist b/macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist new file mode 100644 index 00000000..f4bef7cc --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/OpenAL/Info-AL.plist @@ -0,0 +1,26 @@ + + + + + CFBundleAllowMixedLocalizations + + CFBundleDevelopmentRegion + en_US + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + net.sf.peops.SPUALPlugin + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + PsxP + CFBundleSignature + PSPU + CFBundleVersion + 1.19 + NSPrincipalClass + NetSfPeopsSPUALPluginController + + diff --git a/macosx/plugins/DFSound/Resorces/SDL/Info-SDL.plist b/macosx/plugins/DFSound/Resorces/SDL/Info-SDL.plist new file mode 100644 index 00000000..2b101e2e --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/SDL/Info-SDL.plist @@ -0,0 +1,26 @@ + + + + + CFBundleAllowMixedLocalizations + + CFBundleDevelopmentRegion + en_US + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + + CFBundleIdentifier + net.sf.peops.SPUSDLPlugin + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + PsxP + CFBundleSignature + PSPU + CFBundleVersion + 1.19 + NSPrincipalClass + NetSfPeopsSPUSDLPluginController + + 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