From da3649c24f784bfb8481e55193e2e79d87562e5e Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 16 Dec 2010 05:14:06 +0000 Subject: 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 --- macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj/project.pbxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'macosx/plugins/DFXVideo/PeopsSoftGPU.xcodeproj') 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 = ""; }; - 2BD2E818077AFB9F00657C69 /* English.lproj */ = { + 2BD2E818077AFB9F00657C69 /* Resources */ = { isa = PBXGroup; children = ( 2BD2E828077AFC2C00657C69 /* NetSfPeopsSoftGPUConfig.nib */, 2BD2E767077AF53E00657C69 /* Credits.rtf */, 2B038C05069183300082466B /* InfoPlist.strings */, ); - name = English.lproj; + name = Resources; sourceTree = ""; }; 71E9EBF0109F24B600E98D1D /* src */ = { -- cgit v1.2.3