Skip to content

Commit

Permalink
Mac: Fix file dialog gliches in 10.6, fix musicbox crash, add the opt…
Browse files Browse the repository at this point in the history
…ion to speify save folders, etc.
  • Loading branch information
zones committed Jan 16, 2011
1 parent 695e4b6 commit f918834
Show file tree
Hide file tree
Showing 32 changed files with 8,410 additions and 7,649 deletions.
4 changes: 2 additions & 2 deletions macosx/English.lproj/InfoPlist.strings
@@ -1,5 +1,5 @@
/* Localized versions of Info.plist keys */

CFBundleName = "Snes9x";
CFBundleShortVersionString = "1.52";
CFBundleGetInfoString = "Snes9x 1.52, Copyright 1996-2010 Snes9x developers.";
CFBundleShortVersionString = "1.53";
CFBundleGetInfoString = "Snes9x 1.53, Copyright 1996-2011 Snes9x developers.";
34 changes: 34 additions & 0 deletions macosx/English.lproj/Localizable.strings
Expand Up @@ -24,6 +24,7 @@
"MoviePrevBorder" = "45"; // width of indexes column

"ClearMenu" = "Clear Menu";
"NoneSelected" = "None Selected";

"NPReady" = "Ready";
"NPConnecting" = "Connecting";
Expand All @@ -47,3 +48,36 @@

"SoundEffectDlg" = "Sound Effect";
"CreateMetalDlg" = "NO"; // "YES" to metalize above dialogs

"RecordSMV1" = "1";
"RecordSMV2" = "2";
"RecordSMV3" = "3";
"RecordSMV4" = "4";
"RecordSMV5" = "5";
"RecordSMV6" = "Players to Record :";
"RecordSMV7" = "Comment :";
"RecordSMV8" = "Reset";

"PlaySMV1" = "Read Only";
"PlaySMV2" = "Export to QuickTime Movie at a Time";

"QTRecord1" = "Double Size";
"QTRecord2" = "Overscan";
"QTRecord3" = "Frame Skip :";
"QTRecord4" = "Compression...";

"OpenROM1" = "Memory Type :";
"OpenROM2" = "Video System :";
"OpenROM3" = "Interleave Mode :";
"OpenROM4" = "Header :";
"OpenROM5" = "Auto Detect";
"OpenROM6" = "Force LoROM";
"OpenROM7" = "Force HiROM";
"OpenROM8" = "Force PAL";
"OpenROM9" = "Force NTSC";
"OpenROMa" = "Force not Interleaved";
"OpenROMb" = "Force Mode 1";
"OpenROMc" = "Force Mode 2";
"OpenROMd" = "Force GD24";
"OpenROMe" = "Force no Header";
"OpenROMf" = "Force Header";
10 changes: 4 additions & 6 deletions macosx/English.lproj/Snes9x.nib/info.nib

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f918834

Please sign in to comment.