summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-13 13:15:54 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-13 13:15:54 +0000
commit746ff0d51803423a13ea3debcaab3b83a8f0b099 (patch)
treee15a61710a0e7f25653e110e145f62597a4d1b7d
parent535ffb34de0c5108910f395bb1c0c451ca74d8b5 (diff)
downloadpcsxr-746ff0d51803423a13ea3debcaab3b83a8f0b099.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@37121 e17a0e51-4ae3-4d35-97c3-1a29b211df97
-rw-r--r--ChangeLog2
-rw-r--r--macosx/English.lproj/PCSX.nib/info.nib4
-rw-r--r--macosx/English.lproj/PCSX.nib/objects.nibbin3529 -> 3822 bytes
-rw-r--r--macosx/Pcsx.xcodeproj/project.pbxproj2
4 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index c27e0f96..3b67f45b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@ November 13, 2009 Wei Mingzhi <weimingzhi@gmail.com>
* libpcsxcore/ix86_64/README: Removed obsolete information.
* macosx/plugins/CDDeviceInterface/src/PlugCD.c: Changed the include path
to SCSITaskLib.h for compatibility with Mac OS X 10.6 (Thanks maggix).
+ * macosx/English.lproj/PCSX.nib/objects.nib: Added 2 more savestate slots.
+ * macosx/English.lproj/PCSX.nib/info.nib: Likewise.
November 9, 2009 Wei Mingzhi <weimingzhi@gmail.com>
diff --git a/macosx/English.lproj/PCSX.nib/info.nib b/macosx/English.lproj/PCSX.nib/info.nib
index 076391e6..a5d6a496 100644
--- a/macosx/English.lproj/PCSX.nib/info.nib
+++ b/macosx/English.lproj/PCSX.nib/info.nib
@@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>IBDocumentLocation</key>
- <string>343 376 492 320 0 0 1024 746 </string>
+ <string>442 353 492 320 0 0 1024 746 </string>
<key>IBEditorPositions</key>
<dict>
<key>29</key>
- <string>196 470 219 44 0 0 1024 746 </string>
+ <string>134 613 219 44 0 0 1024 746 </string>
</dict>
<key>IBFramework Version</key>
<string>446.1</string>
diff --git a/macosx/English.lproj/PCSX.nib/objects.nib b/macosx/English.lproj/PCSX.nib/objects.nib
index fc502e91..d4e249d3 100644
--- a/macosx/English.lproj/PCSX.nib/objects.nib
+++ b/macosx/English.lproj/PCSX.nib/objects.nib
Binary files differ
diff --git a/macosx/Pcsx.xcodeproj/project.pbxproj b/macosx/Pcsx.xcodeproj/project.pbxproj
index 71dd2a2a..5d282123 100644
--- a/macosx/Pcsx.xcodeproj/project.pbxproj
+++ b/macosx/Pcsx.xcodeproj/project.pbxproj
@@ -139,7 +139,7 @@
2BA44360052DB2EA00E21DDD /* PcsxPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PcsxPlugin.h; sourceTree = "<group>"; };
2BA44361052DB2EA00E21DDD /* PcsxPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 4; lastKnownFileType = sourcecode.c.objc; path = PcsxPlugin.m; sourceTree = "<group>"; tabWidth = 4; usesTabs = 0; };
2BB3D6CF05427FE200831ACB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Info.plist; sourceTree = "<group>"; };
- 2BB3D6D105427FE200831ACB /* PCSX.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = PCSX.app; sourceTree = BUILT_PRODUCTS_DIR; };
+ 2BB3D6D105427FE200831ACB /* PCSX.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PCSX.app; sourceTree = BUILT_PRODUCTS_DIR; };
2BBB1126051DC00500B84448 /* PluginList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PluginList.h; sourceTree = "<group>"; };
2BBB1127051DC00500B84448 /* PluginList.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PluginList.m; sourceTree = "<group>"; };
2BBB1787051E0D9700B84448 /* English */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = English; path = Credits.rtf; sourceTree = "<group>"; };