diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-28 23:21:32 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-28 23:21:32 +0000 |
| commit | 1fcc3c79767d1cfdaabb14ae40a17399f0163ac6 (patch) | |
| tree | bb35e1839160f720653f84b60cebeaec8432445e | |
| parent | b74b04a84cbf373df551efa4b0681396a0174f81 (diff) | |
| download | pcsxr-1fcc3c79767d1cfdaabb14ae40a17399f0163ac6.tar.gz | |
Add a symbol export file for the OS X sound plug-ins.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87016 e17a0e51-4ae3-4d35-97c3-1a29b211df97
| -rw-r--r-- | macosx/Pcsxr.xcodeproj/project.pbxproj | 8 | ||||
| -rw-r--r-- | macosx/plugins/DFSound/Resorces/Shared/DFSound.exp | 27 |
2 files changed, 35 insertions, 0 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj index 28031ee9..041bfa26 100644 --- a/macosx/Pcsxr.xcodeproj/project.pbxproj +++ b/macosx/Pcsxr.xcodeproj/project.pbxproj @@ -430,6 +430,7 @@ 2BBB17DA051E4D0F00B84448 /* Plugin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = Plugin.c; sourceTree = SOURCE_ROOT; usesTabs = 1; }; 550F023B17BFFD97002594DF /* PcsxrHexadecimalFormatter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PcsxrHexadecimalFormatter.h; sourceTree = "<group>"; }; 550F023C17BFFD97002594DF /* PcsxrHexadecimalFormatter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PcsxrHexadecimalFormatter.m; sourceTree = "<group>"; }; + 550FFAEE17CEB8780003A2F3 /* DFSound.exp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.exports; path = DFSound.exp; sourceTree = "<group>"; }; 551A749E17868B110052D185 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 551A74A117868B110052D185 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; 551A74A217868B110052D185 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; @@ -1190,6 +1191,7 @@ 551A755F17868BEC0052D185 /* Shared */ = { isa = PBXGroup; children = ( + 550FFAEE17CEB8780003A2F3 /* DFSound.exp */, 554572F217CBC69600FB7D19 /* SPUShared-info.plist */, 551A756017868BEC0052D185 /* Credits.rtf */, 551A756217868BEC0052D185 /* Localizable.strings */, @@ -2691,6 +2693,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_WARN_EMPTY_BODY = YES; + EXPORTED_SYMBOLS_FILE = plugins/DFSound/Resorces/Shared/DFSound.exp; FRAMEWORK_SEARCH_PATHS = /Library/Frameworks; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; @@ -2716,6 +2719,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_WARN_EMPTY_BODY = YES; + EXPORTED_SYMBOLS_FILE = plugins/DFSound/Resorces/Shared/DFSound.exp; FRAMEWORK_SEARCH_PATHS = /Library/Frameworks; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -2786,6 +2790,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_WARN_EMPTY_BODY = YES; + EXPORTED_SYMBOLS_FILE = plugins/DFSound/Resorces/Shared/DFSound.exp; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -2806,6 +2811,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_WARN_EMPTY_BODY = YES; + EXPORTED_SYMBOLS_FILE = plugins/DFSound/Resorces/Shared/DFSound.exp; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_PREPROCESSOR_DEFINITIONS = ( "PCSXRPLUG=ALSound", @@ -3044,6 +3050,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_WARN_EMPTY_BODY = YES; + EXPORTED_SYMBOLS_FILE = plugins/DFSound/Resorces/Shared/DFSound.exp; FRAMEWORK_SEARCH_PATHS = /Library/Frameworks; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_PREPROCESSOR_DEFINITIONS = ( @@ -3067,6 +3074,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_WARN_EMPTY_BODY = YES; + EXPORTED_SYMBOLS_FILE = plugins/DFSound/Resorces/Shared/DFSound.exp; GCC_ENABLE_OBJC_EXCEPTIONS = YES; GCC_PREPROCESSOR_DEFINITIONS = ( "PCSXRPLUG=ALSound", diff --git a/macosx/plugins/DFSound/Resorces/Shared/DFSound.exp b/macosx/plugins/DFSound/Resorces/Shared/DFSound.exp new file mode 100644 index 00000000..1b0e46ea --- /dev/null +++ b/macosx/plugins/DFSound/Resorces/Shared/DFSound.exp @@ -0,0 +1,27 @@ + +_PSEgetLibType +_PSEgetLibName +_PSEgetLibVersion +_SPUconfigure +_SPUabout +_SPUinit +_SPUshutdown +_SPUtest +_SPUopen +_SPUclose + +_SPUplayADPCMchannel +_SPUwriteRegister +_SPUreadRegister +_SPUregisterCallback + +_SPUwriteDMA +_SPUreadDMA +_SPUregisterCDDAVolume +_SPUwriteDMAMem +_SPUreadDMAMem +_SPUfreeze +_SPUupdate +_SPUasync + +_SPUplayCDDAchannel |
