diff options
| author | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-19 03:27:59 +0000 |
|---|---|---|
| committer | SND\shalma_cp <SND\shalma_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-19 03:27:59 +0000 |
| commit | cf1a9ad8be50ece9cbc2638efe9e6ec26a99fb38 (patch) | |
| tree | 05cf49acc3c6dab5dc58a6c2f3565448b95018b1 /macosx/plugins/DFSound/Info copy.plist | |
| parent | c861c309770b3b70e9fe17de0311798f29080626 (diff) | |
| download | pcsxr-cf1a9ad8be50ece9cbc2638efe9e6ec26a99fb38.tar.gz | |
macosx - dfsound
- (MaddTheSane) Add 64-bit mode null sound driver
- Patch #7761
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61296 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 new file mode 100644 index 00000000..f985692f --- /dev/null +++ b/macosx/plugins/DFSound/Info copy.plist @@ -0,0 +1,44 @@ +<?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>
|
