diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-16 05:14:06 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-16 05:14:06 +0000 |
| commit | da3649c24f784bfb8481e55193e2e79d87562e5e (patch) | |
| tree | 6cf457bbe0f2e48f7e42c77021f4ac92f7334f5f /macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj | |
| parent | ff2ddb2b4ee24f73d172bd2f0630adb7aabd6f12 (diff) | |
| download | pcsxr-da3649c24f784bfb8481e55193e2e79d87562e5e.tar.gz | |
MaddTheSane (Patch #7737):
* Poking around in Xcode projects, because I'm a bit OCD like that.
* Adding a comment on the Mac Audio Plug-in source file. It needs to be re-written in Core Audio in order to be 64-bit safe.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61222 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj')
| -rw-r--r-- | macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj b/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj index f637857d..4ecdd2c0 100644 --- a/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj +++ b/macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj @@ -84,7 +84,7 @@ children = ( 71E9EBF0109F24B600E98D1D /* src */, 2BD2E2F40779F50B00657C69 /* macsrc */, - 2BD2E818077AFB9F00657C69 /* English.lproj */, + 2BD2E818077AFB9F00657C69 /* Resources */, 2B3E5DED062B36A0001D796E /* NetSfPeopsSoftGPUInterface.nib */, 2B038D2206918AA80082466B /* Info.plist */, 2B3E5A0B062AAC34001D796E /* Frameworks */, @@ -126,14 +126,14 @@ name = macsrc; sourceTree = "<group>"; }; - 2BD2E818077AFB9F00657C69 /* English.lproj */ = { + 2BD2E818077AFB9F00657C69 /* Resources */ = { isa = PBXGroup; children = ( 2BD2E828077AFC2C00657C69 /* NetSfPeopsSoftGPUConfig.nib */, 2BD2E767077AF53E00657C69 /* Credits.rtf */, 2B038C05069183300082466B /* InfoPlist.strings */, ); - name = English.lproj; + name = Resources; sourceTree = "<group>"; }; 71E9EBF0109F24B600E98D1D /* src */ = { |
