diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-19 14:01:48 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-19 14:01:48 +0000 |
| commit | c2a2b28f6fb658d2e80dfcf0410d37dd5bb3811d (patch) | |
| tree | 60f4d30bf4b86ae50d27fa02da32b46a1b5dc638 /macosx/plugins/DFSound/Info copy.plist | |
| parent | cf1a9ad8be50ece9cbc2638efe9e6ec26a99fb38 (diff) | |
| download | pcsxr-c2a2b28f6fb658d2e80dfcf0410d37dd5bb3811d.tar.gz | |
macosx - dfsound
- (MaddTheSane) Fix NULL sound driver
- Patch #7781
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61312 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFSound/Info copy.plist')
| -rw-r--r-- | macosx/plugins/DFSound/Info copy.plist | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/macosx/plugins/DFSound/Info copy.plist b/macosx/plugins/DFSound/Info copy.plist index f985692f..eb139257 100644 --- a/macosx/plugins/DFSound/Info copy.plist +++ b/macosx/plugins/DFSound/Info copy.plist @@ -42,3 +42,47 @@ <string>0.1</string>
</dict>
</plist>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.codeplex.pcsxr.null.SPUPlugin</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>PsxP</string>
+ <key>CFBundleSignature</key>
+ <string>PSPU</string>
+ <key>CFBundleVersion</key>
+ <string>0.1</string>
+</dict>
+</plist>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>${EXECUTABLE_NAME}</string>
+ <key>CFBundleIconFile</key>
+ <string></string>
+ <key>CFBundleIdentifier</key>
+ <string>com.codeplex.pcsxr.null.SPUPlugin</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>PsxP</string>
+ <key>CFBundleSignature</key>
+ <string>PSPU</string>
+ <key>CFBundleVersion</key>
+ <string>0.1</string>
+</dict>
+</plist>
|
