diff --git a/desmume/src/cocoa/DeSmuME (Legacy).xcodeproj/project.pbxproj b/desmume/src/cocoa/DeSmuME (Legacy).xcodeproj/project.pbxproj index 872af2f0a..7657418a4 100644 --- a/desmume/src/cocoa/DeSmuME (Legacy).xcodeproj/project.pbxproj +++ b/desmume/src/cocoa/DeSmuME (Legacy).xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 46; + objectVersion = 45; objects = { /* Begin PBXBuildFile section */ @@ -1405,7 +1405,7 @@ ORGANIZATIONNAME = "DeSmuME Team"; }; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DeSmuME (Legacy)" */; - compatibilityVersion = "Xcode 3.2"; + compatibilityVersion = "Xcode 3.1"; developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( @@ -2210,6 +2210,8 @@ buildSettings = { GCC_DYNAMIC_NO_PIC = NO; GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_VERSION = com.apple.compilers.llvmgcc42; + "GCC_VERSION[sdk=macosx10.5][arch=ppc64]" = 4.2; SKIP_INSTALL = NO; }; name = Debug; @@ -2217,6 +2219,8 @@ C01FCF4C08A954540054247B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + GCC_VERSION = com.apple.compilers.llvmgcc42; + "GCC_VERSION[sdk=macosx10.5][arch=ppc64]" = 4.2; }; name = Release; }; diff --git a/desmume/src/cocoa/DeSmuME (XCode 3).xcodeproj/project.pbxproj b/desmume/src/cocoa/DeSmuME (XCode 3).xcodeproj/project.pbxproj index c57418ca4..f9a4b97b7 100644 --- a/desmume/src/cocoa/DeSmuME (XCode 3).xcodeproj/project.pbxproj +++ b/desmume/src/cocoa/DeSmuME (XCode 3).xcodeproj/project.pbxproj @@ -261,6 +261,202 @@ AB711F771481C35F009011C8 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B97324FDCFA39411CA2CEA /* AppKit.framework */; }; AB711F781481C35F009011C8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B97325FDCFA39411CA2CEA /* Foundation.framework */; }; AB711F7B1481C35F009011C8 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB350BA41478AC96007165AC /* IOKit.framework */; }; + AB73A96A1507C9F500A310C8 /* KeyNames.plist in Resources */ = {isa = PBXBuildFile; fileRef = AB02475B13886BF300E9F9AB /* KeyNames.plist */; }; + AB73A96B1507C9F500A310C8 /* DefaultKeyMappings.plist in Resources */ = {isa = PBXBuildFile; fileRef = ABC719E1138CB25E002827A9 /* DefaultKeyMappings.plist */; }; + AB73A96C1507C9F500A310C8 /* DefaultUserPrefs.plist in Resources */ = {isa = PBXBuildFile; fileRef = ABBC0F8C1394B1AA0028B6BD /* DefaultUserPrefs.plist */; }; + AB73A96D1507C9F500A310C8 /* FileTypeInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = AB64987B13ECC73800EE7DD2 /* FileTypeInfo.plist */; }; + AB73A96E1507C9F500A310C8 /* AppIcon_ROMSave.icns in Resources */ = {isa = PBXBuildFile; fileRef = ABEFCF5D141AB82A000CC0CD /* AppIcon_ROMSave.icns */; }; + AB73A96F1507C9F500A310C8 /* AppIcon_DeSmuME.icns in Resources */ = {isa = PBXBuildFile; fileRef = ABEFCF5E141AB82A000CC0CD /* AppIcon_DeSmuME.icns */; }; + AB73A9701507C9F500A310C8 /* AppIcon_NintendoDS_ROM.icns in Resources */ = {isa = PBXBuildFile; fileRef = ABEFCF5F141AB82A000CC0CD /* AppIcon_NintendoDS_ROM.icns */; }; + AB73A9711507C9F500A310C8 /* AppIcon_SaveState.icns in Resources */ = {isa = PBXBuildFile; fileRef = ABEFCF60141AB82A000CC0CD /* AppIcon_SaveState.icns */; }; + AB73A9721507C9F500A310C8 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = AB00E87914205EAE00DE561F /* InfoPlist.strings */; }; + AB73A9731507C9F500A310C8 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = AB00E87C14205EBC00DE561F /* MainMenu.xib */; }; + AB73A9741507C9F500A310C8 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = AB901BDD1420706100348EEC /* Localizable.strings */; }; + AB73A9751507C9F500A310C8 /* Icon_ActionReplay_32x32.png in Resources */ = {isa = PBXBuildFile; fileRef = ABB97873144E89CC00793FA3 /* Icon_ActionReplay_32x32.png */; }; + AB73A9761507C9F500A310C8 /* Icon_CodeBreaker_32x32.png in Resources */ = {isa = PBXBuildFile; fileRef = ABB97874144E89CC00793FA3 /* Icon_CodeBreaker_32x32.png */; }; + AB73A9771507C9F500A310C8 /* Icon_DeSmuME_32x32.png in Resources */ = {isa = PBXBuildFile; fileRef = ABB97875144E89CC00793FA3 /* Icon_DeSmuME_32x32.png */; }; + AB73A9781507C9F500A310C8 /* HID_usage_strings.plist in Resources */ = {isa = PBXBuildFile; fileRef = AB350D3A147A1D93007165AC /* HID_usage_strings.plist */; }; + AB73A9791507C9F500A310C8 /* AppIcon_ROMCheats.icns in Resources */ = {isa = PBXBuildFile; fileRef = ABBF04A414B515F300E505A0 /* AppIcon_ROMCheats.icns */; }; + AB73A97A1507C9F500A310C8 /* Icon_VolumeFull_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = ABC3AF2B14B7F06900D5B13D /* Icon_VolumeFull_16x16.png */; }; + AB73A97B1507C9F500A310C8 /* Icon_VolumeMute_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = ABC3AF2C14B7F06900D5B13D /* Icon_VolumeMute_16x16.png */; }; + AB73A97C1507C9F500A310C8 /* Icon_VolumeOneThird_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = ABC3AF2D14B7F06900D5B13D /* Icon_VolumeOneThird_16x16.png */; }; + AB73A97D1507C9F500A310C8 /* Icon_VolumeTwoThird_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = ABC3AF2E14B7F06900D5B13D /* Icon_VolumeTwoThird_16x16.png */; }; + AB73A97E1507C9F500A310C8 /* Icon_Execute_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F28FE14BE6E68009ABC6F /* Icon_Execute_420x420.png */; }; + AB73A97F1507C9F500A310C8 /* Icon_Pause_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F28FF14BE6E68009ABC6F /* Icon_Pause_420x420.png */; }; + AB73A9801507C9F500A310C8 /* Icon_Speed1x_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F290014BE6E68009ABC6F /* Icon_Speed1x_420x420.png */; }; + AB73A9811507C9F500A310C8 /* Icon_Speed2x_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F290114BE6E68009ABC6F /* Icon_Speed2x_420x420.png */; }; + AB73A9821507C9F500A310C8 /* ColorSwatch_Blue_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F292814BE6FA7009ABC6F /* ColorSwatch_Blue_16x16.png */; }; + AB73A9831507C9F500A310C8 /* ColorSwatch_Brown_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F292914BE6FA7009ABC6F /* ColorSwatch_Brown_16x16.png */; }; + AB73A9841507C9F500A310C8 /* ColorSwatch_DarkBlue_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F292A14BE6FA7009ABC6F /* ColorSwatch_DarkBlue_16x16.png */; }; + AB73A9851507C9F500A310C8 /* ColorSwatch_DarkGreen_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F292B14BE6FA7009ABC6F /* ColorSwatch_DarkGreen_16x16.png */; }; + AB73A9861507C9F500A310C8 /* ColorSwatch_DarkPurple_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F292C14BE6FA7009ABC6F /* ColorSwatch_DarkPurple_16x16.png */; }; + AB73A9871507C9F500A310C8 /* ColorSwatch_Gray_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F292D14BE6FA7009ABC6F /* ColorSwatch_Gray_16x16.png */; }; + AB73A9881507C9F500A310C8 /* ColorSwatch_Green_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F292E14BE6FA7009ABC6F /* ColorSwatch_Green_16x16.png */; }; + AB73A9891507C9F500A310C8 /* ColorSwatch_LimeGreen_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F292F14BE6FA7009ABC6F /* ColorSwatch_LimeGreen_16x16.png */; }; + AB73A98A1507C9F500A310C8 /* ColorSwatch_Magenta_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F293014BE6FA7009ABC6F /* ColorSwatch_Magenta_16x16.png */; }; + AB73A98B1507C9F500A310C8 /* ColorSwatch_Orange_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F293114BE6FA7009ABC6F /* ColorSwatch_Orange_16x16.png */; }; + AB73A98C1507C9F500A310C8 /* ColorSwatch_Pink_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F293214BE6FA7009ABC6F /* ColorSwatch_Pink_16x16.png */; }; + AB73A98D1507C9F500A310C8 /* ColorSwatch_Red_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F293314BE6FA7009ABC6F /* ColorSwatch_Red_16x16.png */; }; + AB73A98E1507C9F500A310C8 /* ColorSwatch_SeaGreen_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F293414BE6FA7009ABC6F /* ColorSwatch_SeaGreen_16x16.png */; }; + AB73A98F1507C9F500A310C8 /* ColorSwatch_Turquoise_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F293514BE6FA7009ABC6F /* ColorSwatch_Turquoise_16x16.png */; }; + AB73A9901507C9F500A310C8 /* ColorSwatch_Violet_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F293614BE6FA7009ABC6F /* ColorSwatch_Violet_16x16.png */; }; + AB73A9911507C9F500A310C8 /* ColorSwatch_Yellow_16x16.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F293714BE6FA7009ABC6F /* ColorSwatch_Yellow_16x16.png */; }; + AB73A9921507C9F500A310C8 /* Icon_ActionReplay_128x128.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F296B14BE705D009ABC6F /* Icon_ActionReplay_128x128.png */; }; + AB73A9931507C9F500A310C8 /* Icon_CodeBreaker_128x128.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F296C14BE705D009ABC6F /* Icon_CodeBreaker_128x128.png */; }; + AB73A9941507C9F500A310C8 /* VideoFilterPreview_64x64.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F297914BE70BC009ABC6F /* VideoFilterPreview_64x64.png */; }; + AB73A9951507C9F500A310C8 /* Icon_ArrowDown_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F298814BE71E0009ABC6F /* Icon_ArrowDown_420x420.png */; }; + AB73A9961507C9F500A310C8 /* Icon_ArrowLeft_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F298914BE71E0009ABC6F /* Icon_ArrowLeft_420x420.png */; }; + AB73A9971507C9F500A310C8 /* Icon_ArrowRight_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F298A14BE71E0009ABC6F /* Icon_ArrowRight_420x420.png */; }; + AB73A9981507C9F500A310C8 /* Icon_ArrowUp_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F298B14BE71E0009ABC6F /* Icon_ArrowUp_420x420.png */; }; + AB73A9991507C9F500A310C8 /* Icon_DoubleSpeed_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299414BE7213009ABC6F /* Icon_DoubleSpeed_420x420.png */; }; + AB73A99A1507C9F500A310C8 /* Icon_DSButtonA_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299514BE7213009ABC6F /* Icon_DSButtonA_420x420.png */; }; + AB73A99B1507C9F500A310C8 /* Icon_DSButtonB_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299614BE7213009ABC6F /* Icon_DSButtonB_420x420.png */; }; + AB73A99C1507C9F500A310C8 /* Icon_DSButtonL_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299714BE7213009ABC6F /* Icon_DSButtonL_420x420.png */; }; + AB73A99D1507C9F500A310C8 /* Icon_DSButtonR_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299814BE7213009ABC6F /* Icon_DSButtonR_420x420.png */; }; + AB73A99E1507C9F500A310C8 /* Icon_DSButtonSelect_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299914BE7213009ABC6F /* Icon_DSButtonSelect_420x420.png */; }; + AB73A99F1507C9F500A310C8 /* Icon_DSButtonStart_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299A14BE7213009ABC6F /* Icon_DSButtonStart_420x420.png */; }; + AB73A9A01507C9F500A310C8 /* Icon_DSButtonX_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299B14BE7213009ABC6F /* Icon_DSButtonX_420x420.png */; }; + AB73A9A11507C9F500A310C8 /* Icon_DSButtonY_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299C14BE7213009ABC6F /* Icon_DSButtonY_420x420.png */; }; + AB73A9A21507C9F500A310C8 /* Icon_Emulation_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299D14BE7213009ABC6F /* Icon_Emulation_420x420.png */; }; + AB73A9A31507C9F500A310C8 /* Icon_Input_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299E14BE7213009ABC6F /* Icon_Input_420x420.png */; }; + AB73A9A41507C9F500A310C8 /* Icon_Microphone_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F299F14BE7213009ABC6F /* Icon_Microphone_420x420.png */; }; + AB73A9A51507C9F500A310C8 /* Icon_OpenROM_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F29A014BE7213009ABC6F /* Icon_OpenROM_420x420.png */; }; + AB73A9A61507C9F500A310C8 /* Icon_Reset_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F29A114BE7213009ABC6F /* Icon_Reset_420x420.png */; }; + AB73A9A71507C9F500A310C8 /* Icon_RotateCCW_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F29A214BE7213009ABC6F /* Icon_RotateCCW_420x420.png */; }; + AB73A9A81507C9F500A310C8 /* Icon_RotateCW_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F29A314BE7213009ABC6F /* Icon_RotateCW_420x420.png */; }; + AB73A9A91507C9F500A310C8 /* Icon_ShowHUD_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F29A414BE7213009ABC6F /* Icon_ShowHUD_420x420.png */; }; + AB73A9AA1507C9F500A310C8 /* Icon_Speaker_420x420.png in Resources */ = {isa = PBXBuildFile; fileRef = AB0F29A514BE7213009ABC6F /* Icon_Speaker_420x420.png */; }; + AB73A9AB1507C9F500A310C8 /* AUTHORS in Resources */ = {isa = PBXBuildFile; fileRef = AB3ACC3814C24D5400D7D192 /* AUTHORS */; }; + AB73A9AC1507C9F500A310C8 /* ChangeLog in Resources */ = {isa = PBXBuildFile; fileRef = AB3ACC3914C24D5400D7D192 /* ChangeLog */; }; + AB73A9AD1507C9F500A310C8 /* COPYING in Resources */ = {isa = PBXBuildFile; fileRef = AB3ACC3A14C24D5400D7D192 /* COPYING */; }; + AB73A9AE1507C9F500A310C8 /* README in Resources */ = {isa = PBXBuildFile; fileRef = AB3ACC3B14C24D5400D7D192 /* README */; }; + AB73A9AF1507C9F500A310C8 /* README.TRANSLATION in Resources */ = {isa = PBXBuildFile; fileRef = AB3ACC3C14C24D5400D7D192 /* README.TRANSLATION */; }; + AB73A9B01507C9F500A310C8 /* README.MAC in Resources */ = {isa = PBXBuildFile; fileRef = AB3ACC3D14C24D5400D7D192 /* README.MAC */; }; + AB73A9B11507C9F500A310C8 /* AppIcon_FirmwareConfig.icns in Resources */ = {isa = PBXBuildFile; fileRef = AB75226D14C7BB51009B97B3 /* AppIcon_FirmwareConfig.icns */; }; + AB73A9B31507C9F500A310C8 /* ConvertUTF.c in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF1D1345ACBF00AF11D1 /* ConvertUTF.c */; }; + AB73A9B41507C9F500A310C8 /* AAFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABAD3E6513AF1D6D00502E1E /* AAFilter.cpp */; }; + AB73A9B51507C9F500A310C8 /* addons.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEA11345AC8400AF11D1 /* addons.cpp */; }; + AB73A9B61507C9F500A310C8 /* arm_instructions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEA31345AC8400AF11D1 /* arm_instructions.cpp */; }; + AB73A9B71507C9F500A310C8 /* armcpu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEA41345AC8400AF11D1 /* armcpu.cpp */; }; + AB73A9B81507C9F500A310C8 /* bios.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEA51345AC8400AF11D1 /* bios.cpp */; }; + AB73A9B91507C9F500A310C8 /* cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF301345ACBF00AF11D1 /* cache.cpp */; }; + AB73A9BA1507C9F500A310C8 /* cheatSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEA61345AC8400AF11D1 /* cheatSystem.cpp */; }; + AB73A9BB1507C9F500A310C8 /* common.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEA81345AC8400AF11D1 /* common.cpp */; }; + AB73A9BC1507C9F500A310C8 /* cp15.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEA91345AC8400AF11D1 /* cp15.cpp */; }; + AB73A9BD1507C9F500A310C8 /* cpu_detect_x86_gcc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABAD3E6613AF1D6D00502E1E /* cpu_detect_x86_gcc.cpp */; }; + AB73A9BE1507C9F500A310C8 /* crc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF221345ACBF00AF11D1 /* crc.cpp */; }; + AB73A9BF1507C9F500A310C8 /* datetime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF1F1345ACBF00AF11D1 /* datetime.cpp */; }; + AB73A9C01507C9F500A310C8 /* debug.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEAB1345AC8400AF11D1 /* debug.cpp */; }; + AB73A9C11507C9F500A310C8 /* decrypt.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF241345ACBF00AF11D1 /* decrypt.cpp */; }; + AB73A9C21507C9F500A310C8 /* directory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF331345ACBF00AF11D1 /* directory.cpp */; }; + AB73A9C31507C9F500A310C8 /* Disassembler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEAD1345AC8400AF11D1 /* Disassembler.cpp */; }; + AB73A9C41507C9F500A310C8 /* disc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF351345ACBF00AF11D1 /* disc.cpp */; }; + AB73A9C51507C9F500A310C8 /* dlditool.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF281345ACBF00AF11D1 /* dlditool.cpp */; }; + AB73A9C61507C9F500A310C8 /* driver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEAE1345AC8400AF11D1 /* driver.cpp */; }; + AB73A9C71507C9F500A310C8 /* emufat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF291345ACBF00AF11D1 /* emufat.cpp */; }; + AB73A9C81507C9F500A310C8 /* emufile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEAF1345AC8400AF11D1 /* emufile.cpp */; }; + AB73A9C91507C9F500A310C8 /* fatdir.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF391345ACBF00AF11D1 /* fatdir.cpp */; }; + AB73A9CA1507C9F500A310C8 /* fatfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF3B1345ACBF00AF11D1 /* fatfile.cpp */; }; + AB73A9CB1507C9F500A310C8 /* FIFO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEB01345AC8400AF11D1 /* FIFO.cpp */; }; + AB73A9CC1507C9F500A310C8 /* FIFOSampleBuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABAD3E6813AF1D6D00502E1E /* FIFOSampleBuffer.cpp */; }; + AB73A9CD1507C9F500A310C8 /* file_allocation_table.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF3D1345ACBF00AF11D1 /* file_allocation_table.cpp */; }; + AB73A9CE1507C9F500A310C8 /* filetime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF3F1345ACBF00AF11D1 /* filetime.cpp */; }; + AB73A9CF1507C9F500A310C8 /* FIRFilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABAD3E6913AF1D6D00502E1E /* FIRFilter.cpp */; }; + AB73A9D01507C9F500A310C8 /* firmware.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEB11345AC8400AF11D1 /* firmware.cpp */; }; + AB73A9D11507C9F500A310C8 /* fs-linux.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEB21345AC8400AF11D1 /* fs-linux.cpp */; }; + AB73A9D21507C9F500A310C8 /* gfx3d.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEB41345AC8400AF11D1 /* gfx3d.cpp */; }; + AB73A9D31507C9F500A310C8 /* GPU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEB71345AC8400AF11D1 /* GPU.cpp */; }; + AB73A9D41507C9F500A310C8 /* GPU_osd_stub.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEB51345AC8400AF11D1 /* GPU_osd_stub.cpp */; }; + AB73A9D51507C9F500A310C8 /* guid.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF2C1345ACBF00AF11D1 /* guid.cpp */; }; + AB73A9D61507C9F500A310C8 /* header.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF261345ACBF00AF11D1 /* header.cpp */; }; + AB73A9D71507C9F500A310C8 /* libfat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF411345ACBF00AF11D1 /* libfat.cpp */; }; + AB73A9D81507C9F500A310C8 /* libfat_public_api.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF431345ACBF00AF11D1 /* libfat_public_api.cpp */; }; + AB73A9D91507C9F500A310C8 /* lock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF451345ACBF00AF11D1 /* lock.cpp */; }; + AB73A9DA1507C9F500A310C8 /* matrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEB91345AC8400AF11D1 /* matrix.cpp */; }; + AB73A9DB1507C9F500A310C8 /* mc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEBA1345AC8400AF11D1 /* mc.cpp */; }; + AB73A9DC1507C9F500A310C8 /* md5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF4A1345ACBF00AF11D1 /* md5.cpp */; }; + AB73A9DD1507C9F500A310C8 /* metaspu.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF771345ACFA00AF11D1 /* metaspu.cpp */; }; + AB73A9DE1507C9F500A310C8 /* MMU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEBE1345AC8400AF11D1 /* MMU.cpp */; }; + AB73A9DF1507C9F500A310C8 /* mmx_optimized.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABAD3E6A13AF1D6D00502E1E /* mmx_optimized.cpp */; }; + AB73A9E01507C9F500A310C8 /* movie.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEBF1345AC8400AF11D1 /* movie.cpp */; }; + AB73A9E11507C9F500A310C8 /* NDSSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEC01345AC8400AF11D1 /* NDSSystem.cpp */; }; + AB73A9E21507C9F500A310C8 /* partition.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF481345ACBF00AF11D1 /* partition.cpp */; }; + AB73A9E31507C9F500A310C8 /* path.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEC21345AC8400AF11D1 /* path.cpp */; }; + AB73A9E41507C9F500A310C8 /* rasterize.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEC31345AC8400AF11D1 /* rasterize.cpp */; }; + AB73A9E51507C9F500A310C8 /* RateTransposer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABAD3E6B13AF1D6D00502E1E /* RateTransposer.cpp */; }; + AB73A9E61507C9F500A310C8 /* readwrite.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEC41345AC8400AF11D1 /* readwrite.cpp */; }; + AB73A9E71507C9F500A310C8 /* render3D.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEC51345AC8400AF11D1 /* render3D.cpp */; }; + AB73A9E81507C9F500A310C8 /* ROMReader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEC61345AC8400AF11D1 /* ROMReader.cpp */; }; + AB73A9E91507C9F500A310C8 /* rtc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEC71345AC8400AF11D1 /* rtc.cpp */; }; + AB73A9EA1507C9F500A310C8 /* saves.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEC81345AC8400AF11D1 /* saves.cpp */; }; + AB73A9EB1507C9F500A310C8 /* slot1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEC91345AC8400AF11D1 /* slot1.cpp */; }; + AB73A9EC1507C9F500A310C8 /* slot1_none.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF001345AC9B00AF11D1 /* slot1_none.cpp */; }; + AB73A9ED1507C9F500A310C8 /* slot1_r4.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF011345AC9B00AF11D1 /* slot1_r4.cpp */; }; + AB73A9EE1507C9F500A310C8 /* slot1_retail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF021345AC9B00AF11D1 /* slot1_retail.cpp */; }; + AB73A9EF1507C9F500A310C8 /* slot1_retail_nand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB6FBEF5139B6258007BB045 /* slot1_retail_nand.cpp */; }; + AB73A9F01507C9F500A310C8 /* slot2_expMemory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF031345AC9B00AF11D1 /* slot2_expMemory.cpp */; }; + AB73A9F11507C9F500A310C8 /* slot2_gbagame.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF041345AC9B00AF11D1 /* slot2_gbagame.cpp */; }; + AB73A9F21507C9F500A310C8 /* slot2_guitarGrip.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF051345AC9B00AF11D1 /* slot2_guitarGrip.cpp */; }; + AB73A9F31507C9F500A310C8 /* slot2_mpcf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF061345AC9B00AF11D1 /* slot2_mpcf.cpp */; }; + AB73A9F41507C9F500A310C8 /* slot2_none.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF071345AC9C00AF11D1 /* slot2_none.cpp */; }; + AB73A9F51507C9F500A310C8 /* slot2_paddle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF081345AC9C00AF11D1 /* slot2_paddle.cpp */; }; + AB73A9F61507C9F500A310C8 /* slot2_piano.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF091345AC9C00AF11D1 /* slot2_piano.cpp */; }; + AB73A9F71507C9F500A310C8 /* slot2_rumblepak.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF0A1345AC9C00AF11D1 /* slot2_rumblepak.cpp */; }; + AB73A9F81507C9F500A310C8 /* sndOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD104141346652500AF11D1 /* sndOSX.cpp */; }; + AB73A9F91507C9F500A310C8 /* SndOut.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF7A1345ACFA00AF11D1 /* SndOut.cpp */; }; + AB73A9FA1507C9F500A310C8 /* SoundTouch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABAD3E6C13AF1D6D00502E1E /* SoundTouch.cpp */; }; + AB73A9FB1507C9F500A310C8 /* SPU.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FECB1345AC8400AF11D1 /* SPU.cpp */; }; + AB73A9FC1507C9F500A310C8 /* sse_optimized.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABAD3E6D13AF1D6D00502E1E /* sse_optimized.cpp */; }; + AB73A9FD1507C9F500A310C8 /* task.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF4C1345ACBF00AF11D1 /* task.cpp */; }; + AB73A9FE1507C9F500A310C8 /* TDStretch.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABAD3E6E13AF1D6D00502E1E /* TDStretch.cpp */; }; + AB73A9FF1507C9F500A310C8 /* texcache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FECC1345AC8400AF11D1 /* texcache.cpp */; }; + AB73AA001507C9F500A310C8 /* thumb_instructions.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FECD1345AC8400AF11D1 /* thumb_instructions.cpp */; }; + AB73AA011507C9F500A310C8 /* Timestretcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF9B1345ACFA00AF11D1 /* Timestretcher.cpp */; }; + AB73AA021507C9F500A310C8 /* tinystr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABE670251415DE6C00E8E4C9 /* tinystr.cpp */; }; + AB73AA031507C9F500A310C8 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABE670271415DE6C00E8E4C9 /* tinyxml.cpp */; }; + AB73AA041507C9F500A310C8 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABE670291415DE6C00E8E4C9 /* tinyxmlerror.cpp */; }; + AB73AA051507C9F500A310C8 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABE6702A1415DE6C00E8E4C9 /* tinyxmlparser.cpp */; }; + AB73AA061507C9F500A310C8 /* version.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FECE1345AC8400AF11D1 /* version.cpp */; }; + AB73AA071507C9F500A310C8 /* vfat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF4F1345ACBF00AF11D1 /* vfat.cpp */; }; + AB73AA081507C9F500A310C8 /* videofilter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = AB817A35143EE2DB00A7DFE9 /* videofilter.cpp */; }; + AB73AA091507C9F500A310C8 /* WavFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABAD3E6F13AF1D6D00502E1E /* WavFile.cpp */; }; + AB73AA0A1507C9F500A310C8 /* wifi.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FECF1345AC8400AF11D1 /* wifi.cpp */; }; + AB73AA0B1507C9F500A310C8 /* xstring.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FF511345ACBF00AF11D1 /* xstring.cpp */; }; + AB73AA0C1507C9F500A310C8 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = ABD104271346653B00AF11D1 /* main.m */; }; + AB73AA0D1507C9F500A310C8 /* cocoa_cheat.mm in Sources */ = {isa = PBXBuildFile; fileRef = ABA6574A14511EC90077E5E9 /* cocoa_cheat.mm */; }; + AB73AA0E1507C9F500A310C8 /* cocoa_core.mm in Sources */ = {isa = PBXBuildFile; fileRef = ABD104121346652500AF11D1 /* cocoa_core.mm */; }; + AB73AA0F1507C9F500A310C8 /* cocoa_file.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB58F32C1364F44B0074C376 /* cocoa_file.mm */; }; + AB73AA101507C9F500A310C8 /* cocoa_firmware.mm in Sources */ = {isa = PBXBuildFile; fileRef = ABE7F53D13EE1C7900FD3A71 /* cocoa_firmware.mm */; }; + AB73AA111507C9F500A310C8 /* cocoa_hid.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB350B691478A5B3007165AC /* cocoa_hid.mm */; }; + AB73AA121507C9F500A310C8 /* cocoa_input.mm in Sources */ = {isa = PBXBuildFile; fileRef = ABD104111346652500AF11D1 /* cocoa_input.mm */; }; + AB73AA131507C9F500A310C8 /* cocoa_mic.mm in Sources */ = {isa = PBXBuildFile; fileRef = ABD9A46413DB99B300777194 /* cocoa_mic.mm */; }; + AB73AA141507C9F500A310C8 /* cocoa_output.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB3E34C8134AF4500056477A /* cocoa_output.mm */; }; + AB73AA151507C9F500A310C8 /* cocoa_rom.mm in Sources */ = {isa = PBXBuildFile; fileRef = ABD104131346652500AF11D1 /* cocoa_rom.mm */; }; + AB73AA161507C9F500A310C8 /* cocoa_util.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB80E04C142BC4A800A52038 /* cocoa_util.mm */; }; + AB73AA171507C9F500A310C8 /* cocoa_videofilter.mm in Sources */ = {isa = PBXBuildFile; fileRef = ABE5DFE4143FB1DA00835AD8 /* cocoa_videofilter.mm */; }; + AB73AA181507C9F500A310C8 /* OGLRender.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD1FEC11345AC8400AF11D1 /* OGLRender.cpp */; }; + AB73AA191507C9F500A310C8 /* appDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB3ACB6714C2361100D7D192 /* appDelegate.mm */; }; + AB73AA1A1507C9F500A310C8 /* cheatWindowDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB3ACB6914C2361100D7D192 /* cheatWindowDelegate.mm */; }; + AB73AA1B1507C9F500A310C8 /* displayView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB3ACB6B14C2361100D7D192 /* displayView.mm */; }; + AB73AA1C1507C9F500A310C8 /* emuWindowDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB3ACB6D14C2361100D7D192 /* emuWindowDelegate.mm */; }; + AB73AA1D1507C9F500A310C8 /* inputPrefsView.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB3ACB6F14C2361100D7D192 /* inputPrefsView.mm */; }; + AB73AA1E1507C9F500A310C8 /* preferencesWindowDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB3ACB7114C2361100D7D192 /* preferencesWindowDelegate.mm */; }; + AB73AA1F1507C9F500A310C8 /* 2xsai.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABFE14FA14C92FF5005D6699 /* 2xsai.cpp */; }; + AB73AA201507C9F500A310C8 /* bilinear.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABFE14FB14C92FF5005D6699 /* bilinear.cpp */; }; + AB73AA211507C9F500A310C8 /* epx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABFE14FC14C92FF5005D6699 /* epx.cpp */; }; + AB73AA221507C9F500A310C8 /* hq2x.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABFE14FE14C92FF5005D6699 /* hq2x.cpp */; }; + AB73AA231507C9F500A310C8 /* hq4x.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABFE150014C92FF5005D6699 /* hq4x.cpp */; }; + AB73AA241507C9F500A310C8 /* lq2x.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABFE150414C92FF5005D6699 /* lq2x.cpp */; }; + AB73AA251507C9F500A310C8 /* scanline.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABFE150614C92FF5005D6699 /* scanline.cpp */; }; + AB73AA261507C9F500A310C8 /* coreaudiosound.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD0A5341501AA5A0074A094 /* coreaudiosound.cpp */; }; + AB73AA271507C9F500A310C8 /* ringbuffer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = ABD0A5351501AA5A0074A094 /* ringbuffer.cpp */; }; + AB73AA291507C9F500A310C8 /* AppKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B97324FDCFA39411CA2CEA /* AppKit.framework */; }; + AB73AA2A1507C9F500A310C8 /* AudioUnit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABC570D0134431CE00E7B0B1 /* AudioUnit.framework */; }; + AB73AA2B1507C9F500A310C8 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; + AB73AA2C1507C9F500A310C8 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29B97325FDCFA39411CA2CEA /* Foundation.framework */; }; + AB73AA2D1507C9F500A310C8 /* IOKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AB350BA41478AC96007165AC /* IOKit.framework */; }; + AB73AA2E1507C9F500A310C8 /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ABC570D4134431DA00E7B0B1 /* OpenGL.framework */; }; + AB73AA2F1507C9F500A310C8 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = AB0A0D1914AACA9600E83E91 /* libz.dylib */; }; AB75226E14C7BB51009B97B3 /* AppIcon_FirmwareConfig.icns in Resources */ = {isa = PBXBuildFile; fileRef = AB75226D14C7BB51009B97B3 /* AppIcon_FirmwareConfig.icns */; }; AB75226F14C7BB51009B97B3 /* AppIcon_FirmwareConfig.icns in Resources */ = {isa = PBXBuildFile; fileRef = AB75226D14C7BB51009B97B3 /* AppIcon_FirmwareConfig.icns */; }; AB80E04D142BC4A800A52038 /* cocoa_util.mm in Sources */ = {isa = PBXBuildFile; fileRef = AB80E04C142BC4A800A52038 /* cocoa_util.mm */; }; @@ -487,6 +683,7 @@ AB64987B13ECC73800EE7DD2 /* FileTypeInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = FileTypeInfo.plist; sourceTree = ""; }; AB6FBEF5139B6258007BB045 /* slot1_retail_nand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = slot1_retail_nand.cpp; sourceTree = ""; }; AB711F7F1481C35F009011C8 /* DeSmuME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DeSmuME.app; sourceTree = BUILT_PRODUCTS_DIR; }; + AB73AA331507C9F500A310C8 /* DeSmuME.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DeSmuME.app; sourceTree = BUILT_PRODUCTS_DIR; }; AB75226D14C7BB51009B97B3 /* AppIcon_FirmwareConfig.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = AppIcon_FirmwareConfig.icns; sourceTree = ""; }; AB80E04C142BC4A800A52038 /* cocoa_util.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = cocoa_util.mm; sourceTree = ""; }; AB80E050142BC4FA00A52038 /* cocoa_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cocoa_util.h; sourceTree = ""; }; @@ -777,6 +974,20 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB73AA281507C9F500A310C8 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + AB73AA291507C9F500A310C8 /* AppKit.framework in Frameworks */, + AB73AA2A1507C9F500A310C8 /* AudioUnit.framework in Frameworks */, + AB73AA2B1507C9F500A310C8 /* Cocoa.framework in Frameworks */, + AB73AA2C1507C9F500A310C8 /* Foundation.framework in Frameworks */, + AB73AA2D1507C9F500A310C8 /* IOKit.framework in Frameworks */, + AB73AA2E1507C9F500A310C8 /* OpenGL.framework in Frameworks */, + AB73AA2F1507C9F500A310C8 /* libz.dylib in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ @@ -845,6 +1056,7 @@ children = ( 8D1107320486CEB800E47090 /* DeSmuME.app */, AB711F7F1481C35F009011C8 /* DeSmuME.app */, + AB73AA331507C9F500A310C8 /* DeSmuME.app */, ); name = Products; sourceTree = ""; @@ -1293,9 +1505,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 8D1107260486CEB800E47090 /* DeSmuME (v10.5 Leopard) */ = { + 8D1107260486CEB800E47090 /* DeSmuME (v10.5 Leopard; LLVM-Clang) */ = { isa = PBXNativeTarget; - buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "DeSmuME (v10.5 Leopard)" */; + buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "DeSmuME (v10.5 Leopard; LLVM-Clang)" */; buildPhases = ( AB75221714C79884009B97B3 /* ShellScript */, 8D1107290486CEB800E47090 /* Resources */, @@ -1306,7 +1518,7 @@ ); dependencies = ( ); - name = "DeSmuME (v10.5 Leopard)"; + name = "DeSmuME (v10.5 Leopard; LLVM-Clang)"; productInstallPath = "$(HOME)/Applications"; productName = DeSmuME; productReference = 8D1107320486CEB800E47090 /* DeSmuME.app */; @@ -1331,6 +1543,25 @@ productReference = AB711F7F1481C35F009011C8 /* DeSmuME.app */; productType = "com.apple.product-type.application"; }; + AB73A9671507C9F500A310C8 /* DeSmuME (v10.5 Leopard; LLVM-GCC) */ = { + isa = PBXNativeTarget; + buildConfigurationList = AB73AA301507C9F500A310C8 /* Build configuration list for PBXNativeTarget "DeSmuME (v10.5 Leopard; LLVM-GCC)" */; + buildPhases = ( + AB73A9681507C9F500A310C8 /* ShellScript */, + AB73A9691507C9F500A310C8 /* Resources */, + AB73A9B21507C9F500A310C8 /* Sources */, + AB73AA281507C9F500A310C8 /* Frameworks */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "DeSmuME (v10.5 Leopard; LLVM-GCC)"; + productInstallPath = "$(HOME)/Applications"; + productName = DeSmuME; + productReference = AB73AA331507C9F500A310C8 /* DeSmuME.app */; + productType = "com.apple.product-type.application"; + }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -1341,6 +1572,7 @@ }; buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "DeSmuME (XCode 3)" */; compatibilityVersion = "Xcode 3.1"; + developmentRegion = English; hasScannedForEncodings = 1; knownRegions = ( English, @@ -1356,7 +1588,8 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 8D1107260486CEB800E47090 /* DeSmuME (v10.5 Leopard) */, + 8D1107260486CEB800E47090 /* DeSmuME (v10.5 Leopard; LLVM-Clang) */, + AB73A9671507C9F500A310C8 /* DeSmuME (v10.5 Leopard; LLVM-GCC) */, AB711EBD1481C35F009011C8 /* DeSmuME (v10.6 Snow Leopard) */, ); }; @@ -1521,9 +1754,103 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB73A9691507C9F500A310C8 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AB73A96A1507C9F500A310C8 /* KeyNames.plist in Resources */, + AB73A96B1507C9F500A310C8 /* DefaultKeyMappings.plist in Resources */, + AB73A96C1507C9F500A310C8 /* DefaultUserPrefs.plist in Resources */, + AB73A96D1507C9F500A310C8 /* FileTypeInfo.plist in Resources */, + AB73A96E1507C9F500A310C8 /* AppIcon_ROMSave.icns in Resources */, + AB73A96F1507C9F500A310C8 /* AppIcon_DeSmuME.icns in Resources */, + AB73A9701507C9F500A310C8 /* AppIcon_NintendoDS_ROM.icns in Resources */, + AB73A9711507C9F500A310C8 /* AppIcon_SaveState.icns in Resources */, + AB73A9721507C9F500A310C8 /* InfoPlist.strings in Resources */, + AB73A9731507C9F500A310C8 /* MainMenu.xib in Resources */, + AB73A9741507C9F500A310C8 /* Localizable.strings in Resources */, + AB73A9751507C9F500A310C8 /* Icon_ActionReplay_32x32.png in Resources */, + AB73A9761507C9F500A310C8 /* Icon_CodeBreaker_32x32.png in Resources */, + AB73A9771507C9F500A310C8 /* Icon_DeSmuME_32x32.png in Resources */, + AB73A9781507C9F500A310C8 /* HID_usage_strings.plist in Resources */, + AB73A9791507C9F500A310C8 /* AppIcon_ROMCheats.icns in Resources */, + AB73A97A1507C9F500A310C8 /* Icon_VolumeFull_16x16.png in Resources */, + AB73A97B1507C9F500A310C8 /* Icon_VolumeMute_16x16.png in Resources */, + AB73A97C1507C9F500A310C8 /* Icon_VolumeOneThird_16x16.png in Resources */, + AB73A97D1507C9F500A310C8 /* Icon_VolumeTwoThird_16x16.png in Resources */, + AB73A97E1507C9F500A310C8 /* Icon_Execute_420x420.png in Resources */, + AB73A97F1507C9F500A310C8 /* Icon_Pause_420x420.png in Resources */, + AB73A9801507C9F500A310C8 /* Icon_Speed1x_420x420.png in Resources */, + AB73A9811507C9F500A310C8 /* Icon_Speed2x_420x420.png in Resources */, + AB73A9821507C9F500A310C8 /* ColorSwatch_Blue_16x16.png in Resources */, + AB73A9831507C9F500A310C8 /* ColorSwatch_Brown_16x16.png in Resources */, + AB73A9841507C9F500A310C8 /* ColorSwatch_DarkBlue_16x16.png in Resources */, + AB73A9851507C9F500A310C8 /* ColorSwatch_DarkGreen_16x16.png in Resources */, + AB73A9861507C9F500A310C8 /* ColorSwatch_DarkPurple_16x16.png in Resources */, + AB73A9871507C9F500A310C8 /* ColorSwatch_Gray_16x16.png in Resources */, + AB73A9881507C9F500A310C8 /* ColorSwatch_Green_16x16.png in Resources */, + AB73A9891507C9F500A310C8 /* ColorSwatch_LimeGreen_16x16.png in Resources */, + AB73A98A1507C9F500A310C8 /* ColorSwatch_Magenta_16x16.png in Resources */, + AB73A98B1507C9F500A310C8 /* ColorSwatch_Orange_16x16.png in Resources */, + AB73A98C1507C9F500A310C8 /* ColorSwatch_Pink_16x16.png in Resources */, + AB73A98D1507C9F500A310C8 /* ColorSwatch_Red_16x16.png in Resources */, + AB73A98E1507C9F500A310C8 /* ColorSwatch_SeaGreen_16x16.png in Resources */, + AB73A98F1507C9F500A310C8 /* ColorSwatch_Turquoise_16x16.png in Resources */, + AB73A9901507C9F500A310C8 /* ColorSwatch_Violet_16x16.png in Resources */, + AB73A9911507C9F500A310C8 /* ColorSwatch_Yellow_16x16.png in Resources */, + AB73A9921507C9F500A310C8 /* Icon_ActionReplay_128x128.png in Resources */, + AB73A9931507C9F500A310C8 /* Icon_CodeBreaker_128x128.png in Resources */, + AB73A9941507C9F500A310C8 /* VideoFilterPreview_64x64.png in Resources */, + AB73A9951507C9F500A310C8 /* Icon_ArrowDown_420x420.png in Resources */, + AB73A9961507C9F500A310C8 /* Icon_ArrowLeft_420x420.png in Resources */, + AB73A9971507C9F500A310C8 /* Icon_ArrowRight_420x420.png in Resources */, + AB73A9981507C9F500A310C8 /* Icon_ArrowUp_420x420.png in Resources */, + AB73A9991507C9F500A310C8 /* Icon_DoubleSpeed_420x420.png in Resources */, + AB73A99A1507C9F500A310C8 /* Icon_DSButtonA_420x420.png in Resources */, + AB73A99B1507C9F500A310C8 /* Icon_DSButtonB_420x420.png in Resources */, + AB73A99C1507C9F500A310C8 /* Icon_DSButtonL_420x420.png in Resources */, + AB73A99D1507C9F500A310C8 /* Icon_DSButtonR_420x420.png in Resources */, + AB73A99E1507C9F500A310C8 /* Icon_DSButtonSelect_420x420.png in Resources */, + AB73A99F1507C9F500A310C8 /* Icon_DSButtonStart_420x420.png in Resources */, + AB73A9A01507C9F500A310C8 /* Icon_DSButtonX_420x420.png in Resources */, + AB73A9A11507C9F500A310C8 /* Icon_DSButtonY_420x420.png in Resources */, + AB73A9A21507C9F500A310C8 /* Icon_Emulation_420x420.png in Resources */, + AB73A9A31507C9F500A310C8 /* Icon_Input_420x420.png in Resources */, + AB73A9A41507C9F500A310C8 /* Icon_Microphone_420x420.png in Resources */, + AB73A9A51507C9F500A310C8 /* Icon_OpenROM_420x420.png in Resources */, + AB73A9A61507C9F500A310C8 /* Icon_Reset_420x420.png in Resources */, + AB73A9A71507C9F500A310C8 /* Icon_RotateCCW_420x420.png in Resources */, + AB73A9A81507C9F500A310C8 /* Icon_RotateCW_420x420.png in Resources */, + AB73A9A91507C9F500A310C8 /* Icon_ShowHUD_420x420.png in Resources */, + AB73A9AA1507C9F500A310C8 /* Icon_Speaker_420x420.png in Resources */, + AB73A9AB1507C9F500A310C8 /* AUTHORS in Resources */, + AB73A9AC1507C9F500A310C8 /* ChangeLog in Resources */, + AB73A9AD1507C9F500A310C8 /* COPYING in Resources */, + AB73A9AE1507C9F500A310C8 /* README in Resources */, + AB73A9AF1507C9F500A310C8 /* README.TRANSLATION in Resources */, + AB73A9B01507C9F500A310C8 /* README.MAC in Resources */, + AB73A9B11507C9F500A310C8 /* AppIcon_FirmwareConfig.icns in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ + AB73A9681507C9F500A310C8 /* ShellScript */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "$(SRCROOT)/translations/English.lproj/MainMenu.xib", + ); + outputPaths = ( + "$(SRCROOT)/translations/English.lproj/MainMenu.strings", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "cd \"./translations\"\nibtool --generate-strings-file \"./English.lproj/MainMenu.strings\" \"./English.lproj/MainMenu.xib\""; + }; AB75221714C79884009B97B3 /* ShellScript */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -1805,6 +2132,130 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB73A9B21507C9F500A310C8 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + AB73A9B31507C9F500A310C8 /* ConvertUTF.c in Sources */, + AB73A9B41507C9F500A310C8 /* AAFilter.cpp in Sources */, + AB73A9B51507C9F500A310C8 /* addons.cpp in Sources */, + AB73A9B61507C9F500A310C8 /* arm_instructions.cpp in Sources */, + AB73A9B71507C9F500A310C8 /* armcpu.cpp in Sources */, + AB73A9B81507C9F500A310C8 /* bios.cpp in Sources */, + AB73A9B91507C9F500A310C8 /* cache.cpp in Sources */, + AB73A9BA1507C9F500A310C8 /* cheatSystem.cpp in Sources */, + AB73A9BB1507C9F500A310C8 /* common.cpp in Sources */, + AB73A9BC1507C9F500A310C8 /* cp15.cpp in Sources */, + AB73A9BD1507C9F500A310C8 /* cpu_detect_x86_gcc.cpp in Sources */, + AB73A9BE1507C9F500A310C8 /* crc.cpp in Sources */, + AB73A9BF1507C9F500A310C8 /* datetime.cpp in Sources */, + AB73A9C01507C9F500A310C8 /* debug.cpp in Sources */, + AB73A9C11507C9F500A310C8 /* decrypt.cpp in Sources */, + AB73A9C21507C9F500A310C8 /* directory.cpp in Sources */, + AB73A9C31507C9F500A310C8 /* Disassembler.cpp in Sources */, + AB73A9C41507C9F500A310C8 /* disc.cpp in Sources */, + AB73A9C51507C9F500A310C8 /* dlditool.cpp in Sources */, + AB73A9C61507C9F500A310C8 /* driver.cpp in Sources */, + AB73A9C71507C9F500A310C8 /* emufat.cpp in Sources */, + AB73A9C81507C9F500A310C8 /* emufile.cpp in Sources */, + AB73A9C91507C9F500A310C8 /* fatdir.cpp in Sources */, + AB73A9CA1507C9F500A310C8 /* fatfile.cpp in Sources */, + AB73A9CB1507C9F500A310C8 /* FIFO.cpp in Sources */, + AB73A9CC1507C9F500A310C8 /* FIFOSampleBuffer.cpp in Sources */, + AB73A9CD1507C9F500A310C8 /* file_allocation_table.cpp in Sources */, + AB73A9CE1507C9F500A310C8 /* filetime.cpp in Sources */, + AB73A9CF1507C9F500A310C8 /* FIRFilter.cpp in Sources */, + AB73A9D01507C9F500A310C8 /* firmware.cpp in Sources */, + AB73A9D11507C9F500A310C8 /* fs-linux.cpp in Sources */, + AB73A9D21507C9F500A310C8 /* gfx3d.cpp in Sources */, + AB73A9D31507C9F500A310C8 /* GPU.cpp in Sources */, + AB73A9D41507C9F500A310C8 /* GPU_osd_stub.cpp in Sources */, + AB73A9D51507C9F500A310C8 /* guid.cpp in Sources */, + AB73A9D61507C9F500A310C8 /* header.cpp in Sources */, + AB73A9D71507C9F500A310C8 /* libfat.cpp in Sources */, + AB73A9D81507C9F500A310C8 /* libfat_public_api.cpp in Sources */, + AB73A9D91507C9F500A310C8 /* lock.cpp in Sources */, + AB73A9DA1507C9F500A310C8 /* matrix.cpp in Sources */, + AB73A9DB1507C9F500A310C8 /* mc.cpp in Sources */, + AB73A9DC1507C9F500A310C8 /* md5.cpp in Sources */, + AB73A9DD1507C9F500A310C8 /* metaspu.cpp in Sources */, + AB73A9DE1507C9F500A310C8 /* MMU.cpp in Sources */, + AB73A9DF1507C9F500A310C8 /* mmx_optimized.cpp in Sources */, + AB73A9E01507C9F500A310C8 /* movie.cpp in Sources */, + AB73A9E11507C9F500A310C8 /* NDSSystem.cpp in Sources */, + AB73A9E21507C9F500A310C8 /* partition.cpp in Sources */, + AB73A9E31507C9F500A310C8 /* path.cpp in Sources */, + AB73A9E41507C9F500A310C8 /* rasterize.cpp in Sources */, + AB73A9E51507C9F500A310C8 /* RateTransposer.cpp in Sources */, + AB73A9E61507C9F500A310C8 /* readwrite.cpp in Sources */, + AB73A9E71507C9F500A310C8 /* render3D.cpp in Sources */, + AB73A9E81507C9F500A310C8 /* ROMReader.cpp in Sources */, + AB73A9E91507C9F500A310C8 /* rtc.cpp in Sources */, + AB73A9EA1507C9F500A310C8 /* saves.cpp in Sources */, + AB73A9EB1507C9F500A310C8 /* slot1.cpp in Sources */, + AB73A9EC1507C9F500A310C8 /* slot1_none.cpp in Sources */, + AB73A9ED1507C9F500A310C8 /* slot1_r4.cpp in Sources */, + AB73A9EE1507C9F500A310C8 /* slot1_retail.cpp in Sources */, + AB73A9EF1507C9F500A310C8 /* slot1_retail_nand.cpp in Sources */, + AB73A9F01507C9F500A310C8 /* slot2_expMemory.cpp in Sources */, + AB73A9F11507C9F500A310C8 /* slot2_gbagame.cpp in Sources */, + AB73A9F21507C9F500A310C8 /* slot2_guitarGrip.cpp in Sources */, + AB73A9F31507C9F500A310C8 /* slot2_mpcf.cpp in Sources */, + AB73A9F41507C9F500A310C8 /* slot2_none.cpp in Sources */, + AB73A9F51507C9F500A310C8 /* slot2_paddle.cpp in Sources */, + AB73A9F61507C9F500A310C8 /* slot2_piano.cpp in Sources */, + AB73A9F71507C9F500A310C8 /* slot2_rumblepak.cpp in Sources */, + AB73A9F81507C9F500A310C8 /* sndOSX.cpp in Sources */, + AB73A9F91507C9F500A310C8 /* SndOut.cpp in Sources */, + AB73A9FA1507C9F500A310C8 /* SoundTouch.cpp in Sources */, + AB73A9FB1507C9F500A310C8 /* SPU.cpp in Sources */, + AB73A9FC1507C9F500A310C8 /* sse_optimized.cpp in Sources */, + AB73A9FD1507C9F500A310C8 /* task.cpp in Sources */, + AB73A9FE1507C9F500A310C8 /* TDStretch.cpp in Sources */, + AB73A9FF1507C9F500A310C8 /* texcache.cpp in Sources */, + AB73AA001507C9F500A310C8 /* thumb_instructions.cpp in Sources */, + AB73AA011507C9F500A310C8 /* Timestretcher.cpp in Sources */, + AB73AA021507C9F500A310C8 /* tinystr.cpp in Sources */, + AB73AA031507C9F500A310C8 /* tinyxml.cpp in Sources */, + AB73AA041507C9F500A310C8 /* tinyxmlerror.cpp in Sources */, + AB73AA051507C9F500A310C8 /* tinyxmlparser.cpp in Sources */, + AB73AA061507C9F500A310C8 /* version.cpp in Sources */, + AB73AA071507C9F500A310C8 /* vfat.cpp in Sources */, + AB73AA081507C9F500A310C8 /* videofilter.cpp in Sources */, + AB73AA091507C9F500A310C8 /* WavFile.cpp in Sources */, + AB73AA0A1507C9F500A310C8 /* wifi.cpp in Sources */, + AB73AA0B1507C9F500A310C8 /* xstring.cpp in Sources */, + AB73AA0C1507C9F500A310C8 /* main.m in Sources */, + AB73AA0D1507C9F500A310C8 /* cocoa_cheat.mm in Sources */, + AB73AA0E1507C9F500A310C8 /* cocoa_core.mm in Sources */, + AB73AA0F1507C9F500A310C8 /* cocoa_file.mm in Sources */, + AB73AA101507C9F500A310C8 /* cocoa_firmware.mm in Sources */, + AB73AA111507C9F500A310C8 /* cocoa_hid.mm in Sources */, + AB73AA121507C9F500A310C8 /* cocoa_input.mm in Sources */, + AB73AA131507C9F500A310C8 /* cocoa_mic.mm in Sources */, + AB73AA141507C9F500A310C8 /* cocoa_output.mm in Sources */, + AB73AA151507C9F500A310C8 /* cocoa_rom.mm in Sources */, + AB73AA161507C9F500A310C8 /* cocoa_util.mm in Sources */, + AB73AA171507C9F500A310C8 /* cocoa_videofilter.mm in Sources */, + AB73AA181507C9F500A310C8 /* OGLRender.cpp in Sources */, + AB73AA191507C9F500A310C8 /* appDelegate.mm in Sources */, + AB73AA1A1507C9F500A310C8 /* cheatWindowDelegate.mm in Sources */, + AB73AA1B1507C9F500A310C8 /* displayView.mm in Sources */, + AB73AA1C1507C9F500A310C8 /* emuWindowDelegate.mm in Sources */, + AB73AA1D1507C9F500A310C8 /* inputPrefsView.mm in Sources */, + AB73AA1E1507C9F500A310C8 /* preferencesWindowDelegate.mm in Sources */, + AB73AA1F1507C9F500A310C8 /* 2xsai.cpp in Sources */, + AB73AA201507C9F500A310C8 /* bilinear.cpp in Sources */, + AB73AA211507C9F500A310C8 /* epx.cpp in Sources */, + AB73AA221507C9F500A310C8 /* hq2x.cpp in Sources */, + AB73AA231507C9F500A310C8 /* hq4x.cpp in Sources */, + AB73AA241507C9F500A310C8 /* lq2x.cpp in Sources */, + AB73AA251507C9F500A310C8 /* scanline.cpp in Sources */, + AB73AA261507C9F500A310C8 /* coreaudiosound.cpp in Sources */, + AB73AA271507C9F500A310C8 /* ringbuffer.cpp in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ @@ -1875,6 +2326,24 @@ }; name = Release; }; + AB73AA311507C9F500A310C8 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_INLINES_ARE_PRIVATE_EXTERN = NO; + GCC_VERSION = com.apple.compilers.llvmgcc42; + "GCC_VERSION[sdk=macosx10.5][arch=ppc64]" = 4.2; + SKIP_INSTALL = NO; + }; + name = Debug; + }; + AB73AA321507C9F500A310C8 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + GCC_VERSION = com.apple.compilers.llvmgcc42; + "GCC_VERSION[sdk=macosx10.5][arch=ppc64]" = 4.2; + }; + name = Release; + }; C01FCF4B08A954540054247B /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -1886,7 +2355,6 @@ C01FCF4C08A954540054247B /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - GCC_VERSION = com.apple.compilers.llvmgcc42; }; name = Release; }; @@ -1997,7 +2465,16 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "DeSmuME (v10.5 Leopard)" */ = { + AB73AA301507C9F500A310C8 /* Build configuration list for PBXNativeTarget "DeSmuME (v10.5 Leopard; LLVM-GCC)" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + AB73AA311507C9F500A310C8 /* Debug */, + AB73AA321507C9F500A310C8 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "DeSmuME (v10.5 Leopard; LLVM-Clang)" */ = { isa = XCConfigurationList; buildConfigurations = ( C01FCF4B08A954540054247B /* Debug */, diff --git a/desmume/src/cocoa/translations/English.lproj/MainMenu (Legacy).xib b/desmume/src/cocoa/translations/English.lproj/MainMenu (Legacy).xib index 54039d8a9..f6f9b18ea 100644 --- a/desmume/src/cocoa/translations/English.lproj/MainMenu (Legacy).xib +++ b/desmume/src/cocoa/translations/English.lproj/MainMenu (Legacy).xib @@ -1,6666 +1,7459 @@ - - - 1040 - 11C74 - 851 - 1138.23 - 567.00 - - com.apple.InterfaceBuilder.CocoaPlugin - 851 - - - - - - com.apple.InterfaceBuilder.CocoaPlugin - - - PluginDependencyRecalculationVersion - - - - - - NSApplication - - - - FirstResponder - - - NSApplication - - - MainMenu - - - - DeSmuME - - 1048576 - 2147483647 - - NSImage - NSMenuCheckmark - - - NSImage - NSMenuMixedState - - submenuAction: - - DeSmuME - - - - About DeSmuME - - 2147483647 - - - - - - YES - YES - - - 1048576 - 2147483647 - - - - - - Preferences… - , - 1048576 - 2147483647 - - - - - - YES - YES - - - 1048576 - 2147483647 - - - - - - Services - - 1048576 - 2147483647 - - - submenuAction: - - - Services - - - _NSServicesMenu - - - - - YES - YES - - - 1048576 - 2147483647 - - - - - - Hide DeSmuME - h - 1048576 - 2147483647 - - - - - - Hide Others - h - 1572864 - 2147483647 - - - - - - Show All - - 1048576 - 2147483647 - - - - - - YES - YES - - - 1048576 - 2147483647 - - - - - - Quit DeSmuME - q - 1048576 - 2147483647 - - - - - _NSAppleMenu - - - - - File - - 2147483647 - - - submenuAction: - - File - - - - Open ROM… - o - 1048576 - 2147483647 - - - - - - Open Recent - - 2147483647 - - - submenuAction: - - Open Recent - - - - Clear Menu - - 1048576 - 2147483647 - - - - - _NSRecentDocumentsMenu - - - - - YES - YES - - - 2147483647 - - - - - - ROM Info... - i - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Save State As - - 2147483647 - - - - - - Load State From... - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Save State - - 2147483647 - - - submenuAction: - - Save State - - - - - - Load State - - 2147483647 - - - submenuAction: - - Load State - - - - - - YES - YES - - - 2147483647 - - - - - - Close ROM - w - 1048576 - 2147483647 - - - - - - - - - Edit - - 2147483647 - - - submenuAction: - - Edit - - - - Undo - z - 1048576 - 2147483647 - - - - - - Redo - Z - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Cut - x - 1048576 - 2147483647 - - - - - - Copy - c - 1048576 - 2147483647 - - - - - - Paste - v - 1048576 - 2147483647 - - - - - - Delete - - 2147483647 - - - - - - Select All - a - 1048576 - 2147483647 - - - - - - - - - Emulation - - 2147483647 - - - submenuAction: - - Emulation - - - - Execute - - 2147483647 - - - - - - Reset - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Speed Limit - - 2147483647 - - - submenuAction: - - Speed Limit - - - - 1/4 Speed - - 2147483647 - - - 25 - - - - 1/2 Speed - - 2147483647 - - - 50 - - - - 3/4 Speed - - 2147483647 - - - 75 - - - - YES - YES - - - 2147483647 - - - - - - Normal Speed - - 2147483647 - - - 100 - - - - YES - YES - - - 2147483647 - - - - - - Double Speed - - 2147483647 - - - 200 - - - - None - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Custom - - 2147483647 - - - -1 - - - - - - - Backup Media Type - - 2147483647 - - - submenuAction: - - Backup Media Type - - - - Auto Detect - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - EEPROM 4kbit - - 2147483647 - - - 1 - - - - EEPROM 64kbit - - 2147483647 - - - 2 - - - - EEPROM 512kbit - - 2147483647 - - - 3 - - - - FRAM 256kbit - - 2147483647 - - - 4 - - - - FLASH 2mbit - - 2147483647 - - - 5 - - - - FLASH 4mbit - - 2147483647 - - - 6 - - - - - - - - - - View - - 2147483647 - - - submenuAction: - - View - - - - Size 1x - 1 - 1048576 - 2147483647 - - - 100 - - - - Size 2x - 2 - 1048576 - 2147483647 - - - 200 - - - - Size 3x - 3 - 1048576 - 2147483647 - - - 300 - - - - Size 4x - 4 - 1048576 - 2147483647 - - - 400 - - - - YES - YES - - - 2147483647 - - - - - - No Smaller Than DS - - 2147483647 - - - - - - Show Status Bar - / - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Rotation - - 2147483647 - - - submenuAction: - - Rotation - - - - - - 2147483647 - - - - - - 90º - - 2147483647 - - - 90 - - - - 180º - - 2147483647 - - - 180 - - - - 270º - - 2147483647 - - - 270 - - - - - - - YES - YES - - - 2147483647 - - - - - - Layers - - 2147483647 - - - submenuAction: - - Layers - - - - Top BG0 - - 2147483647 - - - 1 - - - - Top BG1 - - 2147483647 - - - 2 - - - - Top BG2 - - 2147483647 - - - 3 - - - - Top BG3 - - 2147483647 - - - 4 - - - - Top OBJ - - 2147483647 - - - 5 - - - - YES - YES - - - 2147483647 - - - - - - Sub BG0 - - 2147483647 - - - 7 - - - - Sub BG1 - - 2147483647 - - - 8 - - - - Sub BG2 - - 2147483647 - - - 9 - - - - Sub BG3 - - 2147483647 - - - 10 - - - - Sub OBJ - - 2147483647 - - - 11 - - - - - - - YES - YES - - - 2147483647 - - - - - - Save Screenshot... - - 2147483647 - - - - - - - - - Tools - - 2147483647 - - - submenuAction: - - Tools - - - - Show Support Folder in Finder - - 2147483647 - - - - - - - - - Window - - 2147483647 - - - submenuAction: - - Window - - - - Minimize - m - 1048576 - 2147483647 - - - - - - Zoom - - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Bring All to Front - - 2147483647 - - - - - _NSWindowsMenu - - - - - Help - - 2147483647 - - - submenuAction: - - Help - - - - DeSmuME Help - ? - 1048576 - 2147483647 - - - - - - YES - YES - - - 2147483647 - - - - - - Go to Website - - 2147483647 - - - - - - Go to Forums - - 2147483647 - - - - - - Submit a Bug Report - - 2147483647 - - - - - _NSHelpMenu - - - - _NSMainMenu - - - AppDelegate - - - - 268 - - - - 268 - {{176, 5}, {126, 26}} - - YES - - -2076049856 - 2048 - - LucidaGrande - 13 - 1040 - - - 109199615 - 1 - - - 400 - 75 - - - TIFF - - 2147483647 - 1 - - - _popUpItemAction: - - - YES - - OtherViews - - - - - BMP - - 2147483647 - - - _popUpItemAction: - 1 - - - - - GIF - - 2147483647 - - - _popUpItemAction: - 2 - - - - - JPEG - - 2147483647 - - - _popUpItemAction: - 3 - - - - - PNG - - 2147483647 - - - _popUpItemAction: - 4 - - - - - JPEG 2000 - - 2147483647 - - - _popUpItemAction: - 5 - - - - - - 1 - YES - YES - 2 - - - - - 268 - {{38, 11}, {136, 17}} - - YES - - 68288064 - 71304192 - Select Image Format: - - - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - 6 - System - controlTextColor - - 3 - MAA - - - - - - {350, 35} - NSView - - - 3 - 2 - {{19, 214}, {500, 500}} - 1148716032 - About DeSmuME - NSWindow - - - {1.7976931348623157e+308, 1.7976931348623157e+308} - - - 256 - - - - 268 - - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - {{20, 352}, {128, 128}} - - YES - - 130560 - 33554432 - - NSImage - NSApplicationIcon - - 0 - 1 - 0 - NO - - YES - - - - 18 - {{13, 10}, {474, 340}} - - - - 1 - - - 256 - - - - 274 - - - - 2304 - - - - 2322 - {455, 14} - - - - - - - - - - - - - 6 - - - - 455 - 1 - - - 10341 - 0 - - - 3 - MQA - - - - 6 - System - selectedTextBackgroundColor - - - - 6 - System - selectedTextColor - - - - - - - 1 - MCAwIDEAA - - - {8, -8} - 13 - - - - - - 1 - - 6 - {463, 10000000} - {223, 0} - - - - {455, 294} - - - - - {4, -5} - 1 - - 2 - - - - 256 - {{440, 0}, {15, 294}} - - - _doScroller: - 0.96240601503759393 - - - - -2147483392 - {{-100, -100}, {87, 18}} - - 1 - - _doScroller: - 1 - 0.94565218687057495 - - - {{-3, -3}, {455, 294}} - - 133136 - - - - - - {{10, 33}, {454, 294}} - - - Read Me - - - - - 2 - - - 256 - - - - 274 - - - - 2304 - - - - 2322 - {455, 14} - - - - - - - - - - - - - 6 - - - - 455 - 1 - - - 10341 - 0 - - - - - - - - - - - - - - - 1 - - 6 - {463, 10000000} - {223, 0} - - - - {455, 294} - - - - - - 2 - - - - 256 - {{440, 0}, {15, 294}} - - - _doScroller: - 0.96240601503759393 - - - - -2147483392 - {{-100, -100}, {87, 18}} - - 1 - - _doScroller: - 1 - 0.94565218687057495 - - - {{-3, -3}, {455, 294}} - - - 133136 - - - - - - {{10, 33}, {454, 294}} - - License - - - - - Item 2 - - - 256 - - - - 274 - - - - 2304 - - - - 2322 - {430, 14} - - - - - - - - - - - - - 6 - - - - 430 - 1 - - - 10341 - 0 - - - - - - - - - - - - - - - 1 - - 6 - {463, 10000000} - {223, 0} - - - - {430, 322} - - - - - - 2 - - - - 256 - {{430, 0}, {15, 322}} - - - _doScroller: - 0.96240601503759393 - - - - -2147483392 - {{-100, -100}, {87, 18}} - - 1 - - _doScroller: - 1 - 0.94565218687057495 - - - {{-3, -3}, {445, 322}} - - - 133136 - - - - - - {{10, 33}, {444, 322}} - - Authors - - - - - Item 3 - - - 256 - - - - 274 - - - - 2304 - - - - 2322 - {430, 14} - - - - - - - - - - - - - 6 - - - - 430 - 1 - - - 10341 - 0 - - - - - - - - - - - - - - - 1 - - 6 - {463, 10000000} - {223, 0} - - - - {430, 322} - - - - - - 2 - - - - 256 - {{430, 0}, {15, 322}} - - - _doScroller: - 0.96240601503759393 - - - - -2147483392 - {{-100, -100}, {87, 18}} - - 1 - - _doScroller: - 1 - 0.94565218687057495 - - - {{-3, -3}, {445, 322}} - - - 133136 - - - - - - {{10, 33}, {444, 322}} - - Change Log - - - - - - - 0 - YES - YES - - - - - - - 268 - {{153, 463}, {320, 17}} - - YES - - 70385217 - 4199424 - DeSmuME - - - - - - - - - 268 - {{153, 438}, {320, 17}} - - YES - - 70385217 - 4199424 - Nintendo DS Emulator - - - - - - - - - 268 - {{153, 413}, {320, 17}} - - YES - - 70385217 - 4199424 - - - Version ? - - - - - - - - 268 - {{153, 388}, {320, 17}} - - YES - - 70385217 - 4199424 - - - Date - - - - - - - - 268 - {{153, 363}, {320, 17}} - - YES - - 70385217 - 4199424 - http://www.desmume.org - - - - - - - - {500, 500} - - {{0, 0}, {1440, 878}} - {1.7976931348623157e+308, 1.7976931348623157e+308} - YES - - - 271 - 2 - {{830, 370}, {256, 408}} - 1148716032 - DeSmuME - NSWindow - - - {1.7976931348623157e+308, 1.7976931348623157e+308} - {256, 408} - - - 256 - - - - 5156 - - {{2, 3}, {16, 16}} - - 28938 - 100 - - - - 289 - {{180, 3}, {56, 15}} - - YES - - -2079981824 - 131072 - - - 100 - 0.0 - 100 - 0.0 - 0 - 1 - NO - NO - - - - - 289 - - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - {{160, 1}, {20, 20}} - - YES - - 130560 - 33554432 - - NSImage - Icon_VolumeFull - - 0 - 2 - 0 - YES - - YES - - - - 294 - {{17, 5}, {137, 14}} - - YES - - 68288064 - 272634880 - - - LucidaGrande - 11 - 16 - - Status Text - - - - - - - - 301 - {{0, 24}, {256, 384}} - - VideoOutputView - - - {256, 408} - - {{0, 0}, {1920, 1178}} - {256, 430} - {1.7976931348623157e+308, 1.7976931348623157e+308} - YES - - - EmuWindowDelegate - - - 279 - 2 - {{33, 38}, {550, 186}} - -461897728 - ROM Info - NSPanel - - - {1.7976931348623157e+308, 1.7976931348623157e+308} - - - 256 - - - - - Apple PDF pasteboard type - Apple PICT pasteboard type - Apple PNG pasteboard type - NSFilenamesPboardType - NeXT Encapsulated PostScript v1.2 pasteboard type - NeXT TIFF v4.0 pasteboard type - - {{20, 29}, {128, 128}} - - YES - - 130560 - 33554432 - - 0 - 1 - 0 - NO - - YES - - - - 268 - {{164, 152}, {86, 14}} - - YES - - 68288064 - 272630784 - File: - - LucidaGrande-Bold - 11 - 16 - - - - - 3 - MAA - - 2 - - - - - - - 268 - {{252, 152}, {281, 14}} - - YES - - 68288064 - 4195328 - - - ? - - - - 3 - MAA - - - - - - - 268 - {{164, 130}, {86, 14}} - - YES - - 68288064 - 272630784 - Title: - - - - - - - - - 268 - {{252, 130}, {281, 14}} - - YES - - 68288064 - 4195328 - - - ? - - - - - - - - 268 - {{164, 108}, {86, 14}} - - YES - - 68288064 - 272630784 - Maker: - - - - - - - - - 268 - {{252, 108}, {281, 14}} - - YES - - 68288064 - 4195328 - - - ? - - - - - - - - 268 - {{164, 86}, {86, 14}} - - YES - - 68288064 - 272630784 - ROM Size: - - - - - - - - - 268 - {{252, 86}, {281, 14}} - - YES - - 68288064 - 4195328 - - - ? bytes - - - - - - - - 268 - {{164, 64}, {86, 14}} - - YES - - 68288064 - 272630784 - ARM9 Size: - - - - - 3 - MAA - - - - - - - 268 - {{252, 64}, {281, 14}} - - YES - - 68288064 - 4195328 - - - ? bytes - - - - 3 - MAA - - - - - - - 268 - {{164, 42}, {86, 14}} - - YES - - 68288064 - 272630784 - ARM7 Size: - - - - - 3 - MAA - - - - - - - 268 - {{252, 42}, {281, 14}} - - YES - - 68288064 - 4195328 - - - ? bytes - - - - 3 - MAA - - - - - - - 268 - {{164, 20}, {86, 14}} - - YES - - 68288064 - 272630784 - Data Size: - - - - - 3 - MAA - - - - - - - 268 - {{252, 20}, {281, 14}} - - YES - - 68288064 - 4195328 - - - ? bytes - - - - 3 - MAA - - - - - - {550, 186} - - {{0, 0}, {1440, 878}} - {1.7976931348623157e+308, 1.7976931348623157e+308} - YES - - - 279 - 2 - {{20, 33}, {467, 166}} - -461897728 - Custom Speed Limit Window - NSPanel - - - {1.7976931348623157e+308, 1.7976931348623157e+308} - - - 256 - - - - 268 - {{30, 73}, {411, 26}} - - YES - - -2079981824 - 0 - - - 10 - 0.0 - 1 - 0.0 - 6 - 1 - NO - NO - - - - - 268 - {{17, 107}, {38, 17}} - - YES - - 68288064 - 138413056 - 0x - - - - - - - - - 268 - {{412, 107}, {38, 17}} - - YES - - 68288064 - 138413056 - 10x - - - - - - - - - 268 - {{97, 107}, {38, 17}} - - YES - - 68288064 - 138413056 - 2x - - - - - - - - - 268 - {{176, 107}, {38, 17}} - - YES - - 68288064 - 138413056 - 4x - - - - - - - - - 268 - {{254, 107}, {38, 17}} - - YES - - 68288064 - 138413056 - 6x - - - - - - - - - 268 - {{335, 107}, {38, 17}} - - YES - - 68288064 - 138413056 - 8x - - - - - - - - - 268 - {{169, 18}, {133, 19}} - - 100 - YES - - 67239424 - 134217728 - Set to Normal Speed - - LucidaGrande - 12 - 16 - - - -2038152961 - 36 - - - 400 - 75 - - - - - 268 - {{148, 50}, {123, 17}} - - YES - - 68288064 - 272630784 - Speed limit set to: - - - - - - - - - 268 - {{273, 50}, {83, 17}} - - YES - - 68288064 - 272630784 - - - - - - - - - - - - - #0.00x - -∞ - - - #0.00x - +∞ - - - #0.00x - #0.00x - - - - - - - - NaN - - - - 0 - 0 - YES - NO - 1 - AAAAAAAAAAAAAAAAAAAAAA - - - - 3 - YES - YES - YES - - . - , - NO - NO - YES - - speedX - - - - - - - - 268 - {{158, 130}, {154, 18}} - - YES - - -2080244224 - 0 - Enable Speed Limiter - - - 1211912703 - 2 - - NSImage - NSSwitch - - - NSSwitch - - - - 200 - 25 - - - - {467, 166} - - {{0, 0}, {1440, 878}} - {1.7976931348623157e+308, 1.7976931348623157e+308} - YES - - - - isSpeedLimitEnabled - isCheatingEnabled - speedScalar - isFrameSkipEnabled - emuFlagAdvancedBusLevelTiming - emuFlagUseExternalBios - emuFlagEmulateBiosInterrupts - emuFlagPatchDelayLoop - emuFlagUseExternalFirmware - emuFlagFirmwareBoot - emuFlagDebugConsole - emuFlagEmulateEnsata - - NintendoDS - - - - - readMePath - licensePath - authorsPath - changeLogPath - versionString - dateString - - - - - - isWorking - status - volumeIconImage - volume - isRomLoaded - - YES - - - - - romFileName - romTitle - makerCode - romSize - arm9BinarySize - arm7BinarySize - dataSize - iconImage - - - - - YES - - - - - - - terminate: - - - - 139 - - - - hideOtherApplications: - - - - 146 - - - - hide: - - - - 152 - - - - unhideAllApplications: - - - - 153 - - - - orderFrontDataLinkPanel: - - - - 206 - - - - delegate - - - - 226 - - - - clearRecentDocuments: - - - - 246 - - - - copy: - - - - 307 - - - - cut: - - - - 308 - - - - paste: - - - - 313 - - - - redo: - - - - 322 - - - - delete: - - - - 323 - - - - selectAll: - - - - 326 - - - - undo: - - - - 328 - - - - performMiniaturize: - - - - 354 - - - - arrangeInFront: - - - - 355 - - - - performZoom: - - - - 356 - - - - showHelp: - - - - 360 - - - - bugReport: - - - - 365 - - - - launchForums: - - - - 366 - - - - launchWebsite: - - - - 367 - - - - showSupportFolderInFinder: - - - - 385 - - - - closeRom: - - - - 498 - - - - openEmuSaveState: - - - - 499 - - - - saveEmuSaveStateAs: - - - - 500 - - - - resetCore: - - - - 501 - - - - executeCoreToggle: - - - - 502 - - - - speedLimitDisable: - - - - 504 - - - - changeRomSaveType: - - - - 505 - - - - changeRomSaveType: - - - - 506 - - - - changeRomSaveType: - - - - 507 - - - - changeRomSaveType: - - - - 508 - - - - changeRomSaveType: - - - - 509 - - - - changeRomSaveType: - - - - 510 - - - - changeRomSaveType: - - - - 511 - - - - changeScale: - - - - 512 - - - - changeScale: - - - - 513 - - - - changeScale: - - - - 514 - - - - changeScale: - - - - 515 - - - - changeRotation: - - - - 516 - - - - changeRotation: - - - - 517 - - - - changeRotation: - - - - 518 - - - - changeRotation: - - - - 519 - - - - toggleGPUState: - - - - 520 - - - - toggleGPUState: - - - - 521 - - - - toggleGPUState: - - - - 522 - - - - toggleGPUState: - - - - 523 - - - - toggleGPUState: - - - - 524 - - - - toggleGPUState: - - - - 525 - - - - toggleGPUState: - - - - 526 - - - - toggleGPUState: - - - - 527 - - - - toggleGPUState: - - - - 528 - - - - toggleGPUState: - - - - 529 - - - - changeCoreSpeed: - - - - 530 - - - - changeCoreSpeed: - - - - 531 - - - - changeCoreSpeed: - - - - 532 - - - - changeCoreSpeed: - - - - 533 - - - - changeCoreSpeed: - - - - 534 - - - - openRom: - - - - 535 - - - - emuWindowController - - - - 541 - - - - emuWindowController - - - - 542 - - - - changeVolume: - - - - 544 - - - - window - - - - 545 - - - - cdsCoreController - - - - 547 - - - - mainWindow - - - - 548 - - - - displayView - - - - 551 - - - - value: selection.speedScalar - - - - - - value: selection.speedScalar - value - selection.speedScalar - - - - - - 2 - - - 578 - - - - value: selection.speedScalar - - - - - - value: selection.speedScalar - value - selection.speedScalar - - - - - - - 2 - - - 583 - - - - changeCoreSpeed: - - - - 584 - - - - makeKeyAndOrderFront: - - - - 585 - - - - cdsCoreController - - - - 586 - - - - makeKeyAndOrderFront: - - - - 692 - - - - delegate - - - - 693 - - - - value: selection.volume - - - - - - value: selection.volume - value - selection.volume - 2 - - - 694 - - - - value: selection.volumeIconImage - - - - - - value: selection.volumeIconImage - value - selection.volumeIconImage - 2 - - - 695 - - - - value: selection.status - - - - - - value: selection.status - value - selection.status - 2 - - - 696 - - - - animate: selection.isWorking - - - - - - animate: selection.isWorking - animate - selection.isWorking - 2 - - - 697 - - - - value: selection.romFileName - - - - - - value: selection.romFileName - value - selection.romFileName - 2 - - - 758 - - - - value: selection.romTitle - - - - - - value: selection.romTitle - value - selection.romTitle - 2 - - - 759 - - - - value: selection.makerCode - - - - - - value: selection.makerCode - value - selection.makerCode - 2 - - - 760 - - - - value: selection.romSize - - - - - - value: selection.romSize - value - selection.romSize - 2 - - - 761 - - - - value: selection.arm9BinarySize - - - - - - value: selection.arm9BinarySize - value - selection.arm9BinarySize - 2 - - - 762 - - - - value: selection.arm7BinarySize - - - - - - value: selection.arm7BinarySize - value - selection.arm7BinarySize - 2 - - - 763 - - - - value: selection.dataSize - - - - - - value: selection.dataSize - value - selection.dataSize - 2 - - - 764 - - - - value: selection.iconImage - - - - - - value: selection.iconImage - value - selection.iconImage - 2 - - - 765 - - - - romInfoPanelController - - - - 766 - - - - romInfoPanelController - - - - 767 - - - - toggleMinSize: - - - - 769 - - - - toggleStatusBar: - - - - 770 - - - - mLoadStateSlot - - - - 772 - - - - mSaveStateSlot - - - - 773 - - - - aboutWindowController - - - - 822 - - - - makeKeyAndOrderFront: - - - - 824 - - - - value: selection.isSpeedLimitEnabled - - - - - - value: selection.isSpeedLimitEnabled - value - selection.isSpeedLimitEnabled - - - - - - - 2 - - - 840 - - - - saveScreenshotAs: - - - - 841 - - - - saveScreenshotPanelAccessoryView - - - - 842 - - - - changeScreenshotFileFormat: - - - - 843 - - - - changeScreenshotFileFormat: - - - - 844 - - - - changeScreenshotFileFormat: - - - - 845 - - - - changeScreenshotFileFormat: - - - - 846 - - - - changeScreenshotFileFormat: - - - - 847 - - - - changeScreenshotFileFormat: - - - - 849 - - - - value: selection.versionString - - - - - - value: selection.versionString - value - selection.versionString - 2 - - - 850 - - - - value: selection.dateString - - - - - - value: selection.dateString - value - selection.dateString - 2 - - - 851 - - - - readMeTextView - - - - 858 - - - - valuePath: selection.readMePath - - - - - - valuePath: selection.readMePath - valuePath - selection.readMePath - 2 - - - 859 - - - - valuePath: selection.licensePath - - - - - - valuePath: selection.licensePath - valuePath - selection.licensePath - 2 - - - 860 - - - - valuePath: selection.authorsPath - - - - - - valuePath: selection.authorsPath - valuePath - selection.authorsPath - 2 - - - 861 - - - - valuePath: selection.changeLogPath - - - - - - valuePath: selection.changeLogPath - valuePath - selection.changeLogPath - 2 - - - 862 - - - - - - 0 - - - - - - -2 - - - File's Owner - - - -1 - - - First Responder - - - 29 - - - - - - - - - - - - - MainMenu - - - 56 - - - - - - - - 57 - - - - - - - - - - - - - - - - - - 58 - - - - - 129 - - - - - 131 - - - - - - - - 130 - - - - - 134 - - - - - 136 - - - - - 143 - - - - - 144 - - - - - 145 - - - - - 149 - - - - - 150 - - - - - 196 - - - - - -3 - - - Application - - - 210 - - - - - - - Screenshot Save Panel Accessory - - - 211 - - - - - - - - 212 - - - - - 213 - - - - - - - - 214 - - - - - - - - 215 - - - - - - - - - - - - - 216 - - - - - 217 - - - - - 218 - - - - - 219 - - - - - 220 - - - - - 225 - - - - - 227 - - - - - - - - 228 - - - - - - - - - - - - - - - - - - - 230 - - - - - 231 - - - - - - - - 232 - - - - - 233 - - - - - 234 - - - - - 235 - - - - - 237 - - - - - 240 - - - - - - - - 241 - - - - - 251 - - - - - 252 - - - - - - - - 253 - - - - - - 255 - - - - - - - - 256 - - - - - - 258 - - - - - 259 - - - - - 260 - - - - - - - - 261 - - - - - - - - - - - - - - - 262 - - - - - 263 - - - - - 264 - - - - - 265 - - - - - 266 - - - - - 267 - - - - - 269 - - - - - 270 - - - - - 336 - - - - - - - - 337 - - - - - - - - - - - - 339 - - - - - - - - 340 - - - - - - - - - - - - - - - - - - - - 341 - - - - - 342 - - - - - - - - 343 - - - - - - - - 348 - - - - - - - - 349 - - - - - - - - - - - 350 - - - - - 351 - - - - - 352 - - - - - 353 - - - - - 357 - - - - - - - - 358 - - - - - - - - - - - - 359 - - - - - 361 - - - - - 362 - - - - - 363 - - - - - 364 - - - - - 368 - - - - - 388 - - - - - - - - 390 - - - - - - - - - - - - 391 - - - - - - - - 393 - - - - - - - - 394 - - - - - - - - 395 - - - - - 396 - - - - - 397 - - - - - 398 - - - - - 424 - - - - - 425 - - - - - 427 - - - - - - - - 428 - - - - - - - - - - - - - - - - - 429 - - - - - 430 - - - - - - - - 431 - - - - - - - - - - - - - - - 432 - - - - - 433 - - - - - 434 - - - - - 435 - - - - - 436 - - - - - 437 - - - - - 438 - - - - - 439 - - - - - 440 - - - - - 441 - - - - - 442 - - - - - 443 - - - - - 444 - - - - - 445 - - - - - 446 - - - - - 447 - - - - - 448 - - - - - 449 - - - - - 450 - - - - - 451 - - - - - 452 - - - - - 454 - - - - - 455 - - - - - 456 - - - - - 457 - - - - - - - - 458 - - - - - - - - - - - 459 - - - - - 460 - - - - - 461 - - - - - - - - 462 - - - - - - - - - - - - - - - - - - 463 - - - - - 464 - - - - - 465 - - - - - 466 - - - - - 467 - - - - - 468 - - - - - 469 - - - - - 470 - - - - - 471 - - - - - 472 - - - - - 473 - - - - - 474 - - - - - 475 - - - - - 476 - - - - - 477 - - - - - 478 - - - - - 493 - - - - - 497 - - - - - 536 - - - Emulation Window Controller - - - 546 - - - CocoaDS Core Controller - - - 338 - - - - - 552 - - - - - - - - 553 - - - - - - - - - - - - - - - - - - 554 - - - - - - - - 555 - - - - - - - - 556 - - - - - - - - 557 - - - - - - - - 558 - - - - - - - - 559 - - - - - - - - 560 - - - - - - - - 561 - - - - - - - - 562 - - - - - - - - 563 - - - - - - - - 564 - - - - - 565 - - - - - 566 - - - - - 567 - - - - - 568 - - - - - 569 - - - - - 570 - - - - - 571 - - - - - 572 - - - - - 573 - - - - - - - - 574 - - - - - 587 - - - - - - - - 588 - - - - - - - - - - - - - - - - - - - - - - 594 - - - - - - - - 595 - - - - - 698 - - - ROM Info Panel Controller - - - 723 - - - - - - - - 724 - - - - - - - - 725 - - - - - - - - 726 - - - - - - - - 727 - - - - - - - - 728 - - - - - - - - 729 - - - - - - - - 730 - - - - - - - - 731 - - - - - 732 - - - - - 733 - - - - - 734 - - - - - 735 - - - - - 736 - - - - - 737 - - - - - 738 - - - - - 743 - - - - - - - - 744 - - - - - - - - 745 - - - - - 746 - - - - - 748 - - - - - - - - 749 - - - - - - - - 750 - - - - - 751 - - - - - 753 - - - - - - - - 754 - - - - - - - - 755 - - - - - 756 - - - - - 774 - - - - - - - - 775 - - - - - - - - - - - - - - 776 - - - - - - - - 777 - - - - - 778 - - - - - - - - - - - 779 - - - - - - - - 780 - - - - - - - - 781 - - - - - - - - 782 - - - - - - - - 783 - - - - - - - - 784 - - - - - - - - 785 - - - - - - - - 786 - - - - - - - - 787 - - - - - - - - 788 - - - - - 789 - - - - - - - - 790 - - - - - 791 - - - - - - - - 792 - - - - - 793 - - - - - - - - 794 - - - - - 795 - - - - - - - - 796 - - - - - 801 - - - - - - - - - - 802 - - - - - 803 - - - - - 804 - - - - - 805 - - - - - - - - - - 806 - - - - - 807 - - - - - 808 - - - - - 809 - - - - - - - - - - 810 - - - - - 811 - - - - - 812 - - - - - 797 - - - - - - - - - - 800 - - - - - 799 - - - - - 798 - - - - - 817 - - - About Window Controller - - - 550 - - - - - 834 - - - - - - - - 835 - - - - - 848 - - - - - - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - {{795, 552}, {350, 35}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCGAAAwgwAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDMAAAwiQAAA - - com.apple.InterfaceBuilder.CocoaPlugin - {{960, 460}, {126, 123}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{426, 933}, {201, 203}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{779, 1093}, {143, 23}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{779, 980}, {64, 6}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{779, 1000}, {64, 6}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{468, 983}, {151, 153}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{928, 836}, {512, 20}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - {{512, 1043}, {183, 93}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{598, 913}, {209, 223}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{648, 1113}, {257, 23}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{704, 1063}, {194, 73}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{775, 1043}, {210, 93}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{355, 448}, {256, 408}} - com.apple.InterfaceBuilder.CocoaPlugin - {{355, 448}, {256, 408}} - - {{33, 99}, {480, 360}} - - {3.40282e+38, 3.40282e+38} - {256, 408} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBmAAAwZAAAA - - - AULcAAA/gAAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABC/AAAwZgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABAQAAAwjAAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{678, 913}, {147, 173}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{739, 913}, {164, 153}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{973, 893}, {86, 83}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{973, 733}, {110, 213}} - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - AQAAAABBwAAAA - - {{360, 696}, {467, 166}} - com.apple.InterfaceBuilder.CocoaPlugin - {{360, 696}, {467, 166}} - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDiIAAwoQAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDFAAAwoQAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDKQAAwgwAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDp4AAwxgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDfgAAwxgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDMAAAwxgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCwgAAwxgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDzgAAwxgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBiAAAwxgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABB8AAAwv4AAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{336, 953}, {203, 183}} - com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - {{466, 676}, {550, 186}} - com.apple.InterfaceBuilder.CocoaPlugin - {{466, 676}, {550, 186}} - - com.apple.InterfaceBuilder.CocoaPlugin - - AUGgAABCGAAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCmgAAw4AAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDcQAAwyQAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCmgAAw2oAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDcQAAww4AAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABCmgAAw1QAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDcQAAwvAAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDGQAAwzMAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDcQAAwsQAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDGQAAwx0AAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDcQAAwpgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDGQAAwwcAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDcQAAwlgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDHgAAwwIAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDcQAAwgAAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - {{583, 356}, {500, 500}} - com.apple.InterfaceBuilder.CocoaPlugin - {{583, 356}, {500, 500}} - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - AUGgAABDvgAAA - - com.apple.InterfaceBuilder.CocoaPlugin - - InitialTabViewItem - - InitialTabViewItem - - - - - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABBUAAAw7wAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDCwAAw/0AAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDCwAAw/CAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDGQAAw+QAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDCwAAw9eAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDCwAAw8sAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADBiAAAw56AAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADAQAAAw56AAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADCHAAAw56AAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAADBYAAAw56AAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - P4AAAL+AAABDHgAAwxIAAA - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - - - - - - 862 - - - - - AppDelegate - NSObject - - id - id - id - - - - bugReport: - id - - - launchForums: - id - - - launchWebsite: - id - - - - IBProjectSource - userinterface/appDelegate_legacy.h - - - - AppDelegate - NSObject - - NSObjectController - NSObjectController - NSObjectController - NSMenu - NSMenu - NSWindow - NSTextView - NSObjectController - - - - aboutWindowController - NSObjectController - - - cdsCoreController - NSObjectController - - - emuWindowController - NSObjectController - - - mLoadStateSlot - NSMenu - - - mSaveStateSlot - NSMenu - - - mainWindow - NSWindow - - - readMeTextView - NSTextView - - - romInfoPanelController - NSObjectController - - - - IBUserSource - - - - - EmuWindowDelegate - NSObject - - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - id - - - - changeCoreSpeed: - id - - - changeRomSaveType: - id - - - changeRotation: - id - - - changeRotationRelative: - id - - - changeScale: - id - - - changeScreenshotFileFormat: - id - - - changeVolume: - id - - - closeRom: - id - - - copy: - id - - - executeCoreToggle: - id - - - exportRomSave: - id - - - importRomSave: - id - - - loadEmuSaveStateSlot: - id - - - openEmuSaveState: - id - - - openRom: - id - - - resetCore: - id - - - revertEmuSaveState: - id - - - saveEmuSaveState: - id - - - saveEmuSaveStateAs: - id - - - saveEmuSaveStateSlot: - id - - - saveScreenshotAs: - id - - - speedLimitDisable: - id - - - toggleGPUState: - id - - - toggleMinSize: - id - - - toggleStatusBar: - id - - - - IBProjectSource - userinterface/emuWindowDelegate_legacy.h - - - - EmuWindowDelegate - NSObject - - NSObjectController - VideoOutputView - NSObjectController - NSObjectController - NSView - NSWindow - - - - cdsCoreController - NSObjectController - - - displayView - VideoOutputView - - - emuWindowController - NSObjectController - - - romInfoPanelController - NSObjectController - - - saveScreenshotPanelAccessoryView - NSView - - - window - NSWindow - - - - IBUserSource - - - - - FirstResponder - NSObject - - IBUserSource - - - - - VideoOutputView - NSView - - IBProjectSource - video_output_view.h - - - - - - NSActionCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSActionCell.h - - - - NSApplication - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSApplication.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSApplicationScripting.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSColorPanel.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSHelpManager.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSPageLayout.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSUserInterfaceItemSearching.h - - - - NSApplication - - IBFrameworkSource - AppKit.framework/Headers/NSWindowRestoration.h - - - - NSBrowser - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSBrowser.h - - - - NSButton - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSButton.h - - - - NSButtonCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSButtonCell.h - - - - NSCell - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSCell.h - - - - NSControl - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSControl.h - - - - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSLayoutConstraint.h - - - - NSController - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSController.h - - - - NSDocumentController - NSObject - - id - id - id - id - - - - clearRecentDocuments: - id - - - newDocument: - id - - - openDocument: - id - - - saveAllDocuments: - id - - - - IBFrameworkSource - AppKit.framework/Headers/NSDocumentController.h - - - - NSDocumentController - - - - NSFormatter - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFormatter.h - - - - NSImageCell - NSCell - - IBFrameworkSource - AppKit.framework/Headers/NSImageCell.h - - - - NSImageView - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSImageView.h - - - - NSMatrix - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSMatrix.h - - - - NSMenu - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenu.h - - - - NSMenuItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItem.h - - - - NSMenuItemCell - NSButtonCell - - IBFrameworkSource - AppKit.framework/Headers/NSMenuItemCell.h - - - - NSMovieView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSMovieView.h - - - - NSNumberFormatter - NSFormatter - - IBFrameworkSource - Foundation.framework/Headers/NSNumberFormatter.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSAccessibility.h - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDictionaryController.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSDragging.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontManager.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSFontPanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSKeyValueBinding.h - - - - NSObject - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSNibLoading.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSPasteboard.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSSavePanel.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTableView.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSToolbarItem.h - - - - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSView.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSError.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSFileManager.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyValueObserving.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSKeyedArchiver.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObject.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSObjectScripting.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSPortCoder.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSRunLoop.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptClassDescription.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptKeyValueCoding.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptObjectSpecifiers.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSScriptWhoseTests.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSThread.h - - - - NSObject - - IBFrameworkSource - Foundation.framework/Headers/NSURL.h - - - - NSObjectController - NSController - - IBFrameworkSource - AppKit.framework/Headers/NSObjectController.h - - - - NSPanel - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSPanel.h - - - - NSPopUpButton - NSButton - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButton.h - - - - NSPopUpButtonCell - NSMenuItemCell - - IBFrameworkSource - AppKit.framework/Headers/NSPopUpButtonCell.h - - - - NSProgressIndicator - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSProgressIndicator.h - - - - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSInterfaceStyle.h - - - - NSResponder - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSResponder.h - - - - NSResponder - - - - NSScrollView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSScrollView.h - - - - NSScroller - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSScroller.h - - - - NSSlider - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSSlider.h - - - - NSSliderCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSSliderCell.h - - - - NSTabView - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSTabView.h - - - - NSTabViewItem - NSObject - - IBFrameworkSource - AppKit.framework/Headers/NSTabViewItem.h - - - - NSTableView - NSControl - - - - NSText - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSText.h - - - - NSTextField - NSControl - - IBFrameworkSource - AppKit.framework/Headers/NSTextField.h - - - - NSTextFieldCell - NSActionCell - - IBFrameworkSource - AppKit.framework/Headers/NSTextFieldCell.h - - - - NSTextView - NSText - - IBFrameworkSource - AppKit.framework/Headers/NSTextView.h - - - - NSUserDefaultsController - NSController - - IBFrameworkSource - AppKit.framework/Headers/NSUserDefaultsController.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSClipView.h - - - - NSView - - - - NSView - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSOpenGLView.h - - - - NSView - - IBFrameworkSource - AppKit.framework/Headers/NSRulerView.h - - - - NSView - NSResponder - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSDrawer.h - - - - NSWindow - - - - NSWindow - NSResponder - - IBFrameworkSource - AppKit.framework/Headers/NSWindow.h - - - - NSWindow - - - - NSWindow - - IBFrameworkSource - AppKit.framework/Headers/NSWindowScripting.h - - - - - 0 - IBCocoaFramework - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - - com.apple.InterfaceBuilder.CocoaPlugin.macosx - - - YES - ../../DeSmuME.xcodeproj - 3 - - {128, 128} - {512, 512} - {9, 8} - {7, 2} - {15, 15} - - + + + 1040 + 10K549 + 851 + 1038.36 + 461.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 851 + + + YES + + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + YES + + + NSApplication + + + + FirstResponder + + + NSApplication + + + MainMenu + + YES + + + DeSmuME + + 1048576 + 2147483647 + + NSImage + NSMenuCheckmark + + + NSImage + NSMenuMixedState + + submenuAction: + + DeSmuME + + YES + + + About DeSmuME + + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Preferences… + , + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Services + + 1048576 + 2147483647 + + + submenuAction: + + + Services + + + YES + + _NSServicesMenu + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Hide DeSmuME + h + 1048576 + 2147483647 + + + + + + Hide Others + h + 1572864 + 2147483647 + + + + + + Show All + + 1048576 + 2147483647 + + + + + + YES + YES + + + 1048576 + 2147483647 + + + + + + Quit DeSmuME + q + 1048576 + 2147483647 + + + + + _NSAppleMenu + + + + + File + + 2147483647 + + + submenuAction: + + File + + YES + + + Open ROM… + o + 1048576 + 2147483647 + + + + + + Open Recent + + 2147483647 + + + submenuAction: + + Open Recent + + YES + + + Clear Menu + + 1048576 + 2147483647 + + + + + _NSRecentDocumentsMenu + + + + + YES + YES + + + 2147483647 + + + + + + ROM Info... + i + 1048576 + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Save State As + + 2147483647 + + + + + + Load State From... + + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Save State + + 2147483647 + + + submenuAction: + + Save State + + YES + + + + + + Load State + + 2147483647 + + + submenuAction: + + Load State + + YES + + + + + + YES + YES + + + 2147483647 + + + + + + Close ROM + w + 1048576 + 2147483647 + + + + + + + + + Edit + + 2147483647 + + + submenuAction: + + Edit + + YES + + + Undo + z + 1048576 + 2147483647 + + + + + + Redo + Z + 1048576 + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Cut + x + 1048576 + 2147483647 + + + + + + Copy + c + 1048576 + 2147483647 + + + + + + Paste + v + 1048576 + 2147483647 + + + + + + Delete + + 2147483647 + + + + + + Select All + a + 1048576 + 2147483647 + + + + + + + + + Emulation + + 2147483647 + + + submenuAction: + + Emulation + + YES + + + Execute + + 2147483647 + + + + + + Reset + + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Speed Limit + + 2147483647 + + + submenuAction: + + Speed Limit + + YES + + + 1/4 Speed + + 2147483647 + + + 25 + + + + 1/2 Speed + + 2147483647 + + + 50 + + + + 3/4 Speed + + 2147483647 + + + 75 + + + + YES + YES + + + 2147483647 + + + + + + Normal Speed + + 2147483647 + + + 100 + + + + YES + YES + + + 2147483647 + + + + + + Double Speed + + 2147483647 + + + 200 + + + + None + + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Custom + + 2147483647 + + + -1 + + + + + + + Backup Media Type + + 2147483647 + + + submenuAction: + + Backup Media Type + + YES + + + Auto Detect + + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + EEPROM 4kbit + + 2147483647 + + + 1 + + + + EEPROM 64kbit + + 2147483647 + + + 2 + + + + EEPROM 512kbit + + 2147483647 + + + 3 + + + + FRAM 256kbit + + 2147483647 + + + 4 + + + + FLASH 2mbit + + 2147483647 + + + 5 + + + + FLASH 4mbit + + 2147483647 + + + 6 + + + + + + + + + + View + + 2147483647 + + + submenuAction: + + View + + YES + + + Size 1x + 1 + 1048576 + 2147483647 + + + 100 + + + + Size 2x + 2 + 1048576 + 2147483647 + + + 200 + + + + Size 3x + 3 + 1048576 + 2147483647 + + + 300 + + + + Size 4x + 4 + 1048576 + 2147483647 + + + 400 + + + + YES + YES + + + 2147483647 + + + + + + No Smaller Than DS + + 2147483647 + + + + + + Show Status Bar + / + 1048576 + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Rotation + + 2147483647 + + + submenuAction: + + Rotation + + YES + + + + + 2147483647 + + + + + + 90º + + 2147483647 + + + 90 + + + + 180º + + 2147483647 + + + 180 + + + + 270º + + 2147483647 + + + 270 + + + + + + + YES + YES + + + 2147483647 + + + + + + Layers + + 2147483647 + + + submenuAction: + + Layers + + YES + + + Top BG0 + + 2147483647 + + + 1 + + + + Top BG1 + + 2147483647 + + + 2 + + + + Top BG2 + + 2147483647 + + + 3 + + + + Top BG3 + + 2147483647 + + + 4 + + + + Top OBJ + + 2147483647 + + + 5 + + + + YES + YES + + + 2147483647 + + + + + + Sub BG0 + + 2147483647 + + + 7 + + + + Sub BG1 + + 2147483647 + + + 8 + + + + Sub BG2 + + 2147483647 + + + 9 + + + + Sub BG3 + + 2147483647 + + + 10 + + + + Sub OBJ + + 2147483647 + + + 11 + + + + + + + YES + YES + + + 2147483647 + + + + + + Save Screenshot... + + 2147483647 + + + + + + + + + Tools + + 2147483647 + + + submenuAction: + + Tools + + YES + + + Show Support Folder in Finder + + 2147483647 + + + + + + + + + Window + + 2147483647 + + + submenuAction: + + Window + + YES + + + Minimize + m + 1048576 + 2147483647 + + + + + + Zoom + + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Bring All to Front + + 2147483647 + + + + + _NSWindowsMenu + + + + + Help + + 2147483647 + + + submenuAction: + + Help + + YES + + + DeSmuME Help + ? + 1048576 + 2147483647 + + + + + + YES + YES + + + 2147483647 + + + + + + Go to Website + + 2147483647 + + + + + + Go to Forums + + 2147483647 + + + + + + Submit a Bug Report + + 2147483647 + + + + + _NSHelpMenu + + + + _NSMainMenu + + + AppDelegate + + + + 268 + + YES + + + 268 + {{176, 5}, {126, 26}} + + YES + + -2076049856 + 2048 + + LucidaGrande + 13 + 1044 + + + 109199615 + 1 + + + 400 + 75 + + + TIFF + + 2147483647 + 1 + + + _popUpItemAction: + + + YES + + OtherViews + + YES + + + + BMP + + 2147483647 + + + _popUpItemAction: + 1 + + + + + GIF + + 2147483647 + + + _popUpItemAction: + 2 + + + + + JPEG + + 2147483647 + + + _popUpItemAction: + 3 + + + + + PNG + + 2147483647 + + + _popUpItemAction: + 4 + + + + + JPEG 2000 + + 2147483647 + + + _popUpItemAction: + 5 + + + + + + 1 + YES + YES + 2 + + + + + 268 + {{38, 11}, {136, 17}} + + YES + + 68288064 + 71304192 + Select Image Format: + + + + 6 + System + controlColor + + 3 + MC42NjY2NjY2NjY3AA + + + + 6 + System + controlTextColor + + 3 + MAA + + + + + + {350, 35} + NSView + + + 3 + 2 + {{19, 214}, {500, 500}} + 1148716032 + About DeSmuME + NSWindow + + {1.79769e+308, 1.79769e+308} + + + 256 + + YES + + + 268 + + YES + + YES + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + + + {{20, 352}, {128, 128}} + + YES + + 130560 + 33554432 + + NSImage + NSApplicationIcon + + 0 + 1 + 0 + NO + + YES + + + + 18 + {{13, 10}, {474, 340}} + + + YES + + 1 + + + 256 + + YES + + + 274 + + YES + + + 2304 + + YES + + + 2322 + {455, 14} + + + + + + + + + + + YES + + + 6 + + + + 455 + 1 + + + 10341 + 0 + + + 3 + MQA + + + YES + + YES + NSBackgroundColor + NSColor + + + YES + + 6 + System + selectedTextBackgroundColor + + + + 6 + System + selectedTextColor + + + + + + + YES + + YES + NSColor + NSCursor + NSUnderline + + + YES + + 1 + MCAwIDEAA + + + {8, -8} + 13 + + + + + + + 6 + {463, 1e+07} + {223, 0} + + + + {455, 294} + + + + + + {4, -5} + 1 + + 2 + + + + 256 + {{440, 0}, {15, 294}} + + + _doScroller: + 0.96240601503759393 + + + + -2147483392 + {{-100, -100}, {87, 18}} + + 1 + + _doScroller: + 1 + 0.94565218687057495 + + + {{-3, -3}, {455, 294}} + + + 16 + + + + + + {{10, 33}, {454, 294}} + + + Read Me + + + + + 2 + + + 256 + + YES + + + 274 + + YES + + + 2304 + + YES + + + 2322 + {455, 14} + + + + + + + + + + + YES + + + 6 + + + + 455 + 1 + + + 10341 + 0 + + + + YES + + YES + NSBackgroundColor + NSColor + + + YES + + + + + + + YES + + YES + NSColor + NSCursor + NSUnderline + + + YES + + + + + + + + 6 + {463, 1e+07} + {223, 0} + + + + {455, 294} + + + + + + 2 + + + + 256 + {{440, 0}, {15, 294}} + + + _doScroller: + 0.96240601503759393 + + + + -2147483392 + {{-100, -100}, {87, 18}} + + 1 + + _doScroller: + 1 + 0.94565218687057495 + + + {{-3, -3}, {455, 294}} + + + 16 + + + + + + {{10, 33}, {454, 294}} + + License + + + + + Item 2 + + + 256 + + YES + + + 274 + + YES + + + 2304 + + YES + + + 2322 + {430, 14} + + + + + + + + + + + YES + + + 6 + + + + 430 + 1 + + + 10341 + 0 + + + + YES + + YES + NSBackgroundColor + NSColor + + + YES + + + + + + + YES + + YES + NSColor + NSCursor + NSUnderline + + + YES + + + + + + + + 6 + {463, 1e+07} + {223, 0} + + + + {430, 322} + + + + + + 2 + + + + 256 + {{430, 0}, {15, 322}} + + + _doScroller: + 0.96240601503759393 + + + + -2147483392 + {{-100, -100}, {87, 18}} + + 1 + + _doScroller: + 1 + 0.94565218687057495 + + + {{-3, -3}, {445, 322}} + + + 16 + + + + + + {{10, 33}, {444, 322}} + + Authors + + + + + Item 3 + + + 256 + + YES + + + 274 + + YES + + + 2304 + + YES + + + 2322 + {430, 14} + + + + + + + + + + + YES + + + 6 + + + + 430 + 1 + + + 10341 + 0 + + + + YES + + YES + NSBackgroundColor + NSColor + + + YES + + + + + + + YES + + YES + NSColor + NSCursor + NSUnderline + + + YES + + + + + + + + 6 + {463, 1e+07} + {223, 0} + + + + {430, 322} + + + + + + 2 + + + + 256 + {{430, 0}, {15, 322}} + + + _doScroller: + 0.96240601503759393 + + + + -2147483392 + {{-100, -100}, {87, 18}} + + 1 + + _doScroller: + 1 + 0.94565218687057495 + + + {{-3, -3}, {445, 322}} + + + 16 + + + + + + {{10, 33}, {444, 322}} + + Change Log + + + + + + + 0 + YES + YES + + YES + + + + + + 268 + {{153, 463}, {320, 17}} + + YES + + 70385217 + 4199424 + DeSmuME + + + + + + + + + 268 + {{153, 438}, {320, 17}} + + YES + + 70385217 + 4199424 + Nintendo DS Emulator + + + + + + + + + 268 + {{153, 413}, {320, 17}} + + YES + + 70385217 + 4199424 + + + Version ? + + + + + + + + 268 + {{153, 388}, {320, 17}} + + YES + + 70385217 + 4199424 + + + Date + + + + + + + + 268 + {{153, 363}, {320, 17}} + + YES + + 70385217 + 4199424 + http://www.desmume.org + + + + + + + + {500, 500} + + {{0, 0}, {1440, 878}} + {1.79769e+308, 1.79769e+308} + + + 271 + 2 + {{830, 370}, {256, 408}} + 1148716032 + DeSmuME + NSWindow + + {1.79769e+308, 1.79769e+308} + {256, 408} + + + 256 + + YES + + + 5156 + + {{2, 3}, {16, 16}} + + 28938 + 100 + + + + 289 + {{180, 3}, {56, 15}} + + YES + + -2079981824 + 131072 + + + 100 + 0.0 + 100 + 0.0 + 0 + 1 + NO + NO + + + + + 289 + + YES + + YES + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + + + {{160, 1}, {20, 20}} + + YES + + 130560 + 33554432 + + NSImage + Icon_VolumeFull + + 0 + 2 + 0 + YES + + YES + + + + 294 + {{17, 5}, {137, 14}} + + YES + + 68288064 + 272634880 + + + LucidaGrande + 11 + 16 + + Status Text + + + + + + + + 301 + {{0, 24}, {256, 384}} + + VideoOutputView + + + {256, 408} + + {{0, 0}, {1920, 1178}} + {256, 430} + {1.79769e+308, 1.79769e+308} + + + EmuWindowDelegate + + + 279 + 2 + {{33, 38}, {550, 186}} + -461897728 + ROM Info + NSPanel + + {1.79769e+308, 1.79769e+308} + + + 256 + + YES + + + + YES + + YES + Apple PDF pasteboard type + Apple PICT pasteboard type + Apple PNG pasteboard type + NSFilenamesPboardType + NeXT Encapsulated PostScript v1.2 pasteboard type + NeXT TIFF v4.0 pasteboard type + + + {{20, 29}, {128, 128}} + + YES + + 130560 + 33554432 + + 0 + 1 + 0 + NO + + YES + + + + 268 + {{164, 152}, {86, 14}} + + YES + + 68288064 + 272630784 + File: + + LucidaGrande-Bold + 11 + 16 + + + + + 3 + MAA + + 2 + + + + + + + 268 + {{252, 152}, {281, 14}} + + YES + + 68288064 + 4195328 + + + ? + + + + 3 + MAA + + + + + + + 268 + {{164, 130}, {86, 14}} + + YES + + 68288064 + 272630784 + Title: + + + + + + + + + 268 + {{252, 130}, {281, 14}} + + YES + + 68288064 + 4195328 + + + ? + + + + + + + + 268 + {{164, 108}, {86, 14}} + + YES + + 68288064 + 272630784 + Maker: + + + + + + + + + 268 + {{252, 108}, {281, 14}} + + YES + + 68288064 + 4195328 + + + ? + + + + + + + + 268 + {{164, 86}, {86, 14}} + + YES + + 68288064 + 272630784 + ROM Size: + + + + + + + + + 268 + {{252, 86}, {281, 14}} + + YES + + 68288064 + 4195328 + + + ? bytes + + + + + + + + 268 + {{164, 64}, {86, 14}} + + YES + + 68288064 + 272630784 + ARM9 Size: + + + + + 3 + MAA + + + + + + + 268 + {{252, 64}, {281, 14}} + + YES + + 68288064 + 4195328 + + + ? bytes + + + + 3 + MAA + + + + + + + 268 + {{164, 42}, {86, 14}} + + YES + + 68288064 + 272630784 + ARM7 Size: + + + + + 3 + MAA + + + + + + + 268 + {{252, 42}, {281, 14}} + + YES + + 68288064 + 4195328 + + + ? bytes + + + + 3 + MAA + + + + + + + 268 + {{164, 20}, {86, 14}} + + YES + + 68288064 + 272630784 + Data Size: + + + + + 3 + MAA + + + + + + + 268 + {{252, 20}, {281, 14}} + + YES + + 68288064 + 4195328 + + + ? bytes + + + + 3 + MAA + + + + + + {550, 186} + + {{0, 0}, {1440, 878}} + {1.79769e+308, 1.79769e+308} + + + 279 + 2 + {{20, 33}, {467, 166}} + -461897728 + Custom Speed Limit Window + NSPanel + + {1.79769e+308, 1.79769e+308} + + + 256 + + YES + + + 268 + {{30, 73}, {411, 26}} + + YES + + -2079981824 + 0 + + + 10 + 0.0 + 1 + 0.0 + 6 + 1 + NO + NO + + + + + 268 + {{17, 107}, {38, 17}} + + YES + + 68288064 + 138413056 + 0x + + + + + + + + + 268 + {{412, 107}, {38, 17}} + + YES + + 68288064 + 138413056 + 10x + + + + + + + + + 268 + {{97, 107}, {38, 17}} + + YES + + 68288064 + 138413056 + 2x + + + + + + + + + 268 + {{176, 107}, {38, 17}} + + YES + + 68288064 + 138413056 + 4x + + + + + + + + + 268 + {{254, 107}, {38, 17}} + + YES + + 68288064 + 138413056 + 6x + + + + + + + + + 268 + {{335, 107}, {38, 17}} + + YES + + 68288064 + 138413056 + 8x + + + + + + + + + 268 + {{169, 18}, {133, 19}} + + 100 + YES + + 67239424 + 134217728 + Set to Normal Speed + + LucidaGrande + 12 + 16 + + + -2038152961 + 36 + + + 400 + 75 + + + + + 268 + {{148, 50}, {123, 17}} + + YES + + 68288064 + 272630784 + Speed limit set to: + + + + + + + + + 268 + {{273, 50}, {83, 17}} + + YES + + 68288064 + 272630784 + + + + YES + + YES + allowsFloats + alwaysShowsDecimalSeparator + formatterBehavior + lenient + locale + maximumFractionDigits + minimumFractionDigits + negativeFormat + negativeInfinitySymbol + nilSymbol + numberStyle + positiveFormat + positiveInfinitySymbol + usesGroupingSeparator + + + YES + + + + + + + + + + #0.00x + -∞ + + + #0.00x + +∞ + + + + #0.00x + #0.00x + + + + + + + + NaN + + YES + + YES + + + YES + + + + + 0 + 0 + YES + NO + 1 + AAAAAAAAAAAAAAAAAAAAAA + + + + 3 + YES + YES + YES + + . + , + NO + NO + YES + + speedX + + + + + + + + 268 + {{158, 130}, {154, 18}} + + YES + + -2080244224 + 0 + Enable Speed Limiter + + + 1211912703 + 2 + + NSImage + NSSwitch + + + NSSwitch + + + + 200 + 25 + + + + {467, 166} + + {{0, 0}, {1440, 878}} + {1.79769e+308, 1.79769e+308} + + + + YES + isSpeedLimitEnabled + isCheatingEnabled + speedScalar + isFrameSkipEnabled + emuFlagAdvancedBusLevelTiming + emuFlagUseExternalBios + emuFlagEmulateBiosInterrupts + emuFlagPatchDelayLoop + emuFlagUseExternalFirmware + emuFlagFirmwareBoot + emuFlagDebugConsole + emuFlagEmulateEnsata + + NintendoDS + + + + + YES + readMePath + licensePath + authorsPath + changeLogPath + versionString + dateString + + + + + + YES + isWorking + status + volumeIconImage + volume + isRomLoaded + + YES + + + + + YES + romFileName + romTitle + makerCode + romSize + arm9BinarySize + arm7BinarySize + dataSize + iconImage + + + + + YES + + + + + YES + + + terminate: + + + + 139 + + + + hideOtherApplications: + + + + 146 + + + + hide: + + + + 152 + + + + unhideAllApplications: + + + + 153 + + + + orderFrontDataLinkPanel: + + + + 206 + + + + delegate + + + + 226 + + + + clearRecentDocuments: + + + + 246 + + + + copy: + + + + 307 + + + + cut: + + + + 308 + + + + paste: + + + + 313 + + + + redo: + + + + 322 + + + + delete: + + + + 323 + + + + selectAll: + + + + 326 + + + + undo: + + + + 328 + + + + performMiniaturize: + + + + 354 + + + + arrangeInFront: + + + + 355 + + + + performZoom: + + + + 356 + + + + showHelp: + + + + 360 + + + + bugReport: + + + + 365 + + + + launchForums: + + + + 366 + + + + launchWebsite: + + + + 367 + + + + showSupportFolderInFinder: + + + + 385 + + + + closeRom: + + + + 498 + + + + openEmuSaveState: + + + + 499 + + + + saveEmuSaveStateAs: + + + + 500 + + + + resetCore: + + + + 501 + + + + executeCoreToggle: + + + + 502 + + + + speedLimitDisable: + + + + 504 + + + + changeRomSaveType: + + + + 505 + + + + changeRomSaveType: + + + + 506 + + + + changeRomSaveType: + + + + 507 + + + + changeRomSaveType: + + + + 508 + + + + changeRomSaveType: + + + + 509 + + + + changeRomSaveType: + + + + 510 + + + + changeRomSaveType: + + + + 511 + + + + changeScale: + + + + 512 + + + + changeScale: + + + + 513 + + + + changeScale: + + + + 514 + + + + changeScale: + + + + 515 + + + + changeRotation: + + + + 516 + + + + changeRotation: + + + + 517 + + + + changeRotation: + + + + 518 + + + + changeRotation: + + + + 519 + + + + toggleGPUState: + + + + 520 + + + + toggleGPUState: + + + + 521 + + + + toggleGPUState: + + + + 522 + + + + toggleGPUState: + + + + 523 + + + + toggleGPUState: + + + + 524 + + + + toggleGPUState: + + + + 525 + + + + toggleGPUState: + + + + 526 + + + + toggleGPUState: + + + + 527 + + + + toggleGPUState: + + + + 528 + + + + toggleGPUState: + + + + 529 + + + + changeCoreSpeed: + + + + 530 + + + + changeCoreSpeed: + + + + 531 + + + + changeCoreSpeed: + + + + 532 + + + + changeCoreSpeed: + + + + 533 + + + + changeCoreSpeed: + + + + 534 + + + + openRom: + + + + 535 + + + + emuWindowController + + + + 541 + + + + emuWindowController + + + + 542 + + + + changeVolume: + + + + 544 + + + + window + + + + 545 + + + + cdsCoreController + + + + 547 + + + + mainWindow + + + + 548 + + + + displayView + + + + 551 + + + + value: selection.speedScalar + + + + + + value: selection.speedScalar + value + selection.speedScalar + + YES + + YES + NSAllowsEditingMultipleValuesSelection + NSRaisesForNotApplicableKeys + NSValidatesImmediately + + + YES + + + + + + 2 + + + 578 + + + + value: selection.speedScalar + + + + + + value: selection.speedScalar + value + selection.speedScalar + + YES + + YES + NSAllowsEditingMultipleValuesSelection + NSConditionallySetsEnabled + NSRaisesForNotApplicableKeys + NSValidatesImmediately + + + YES + + + + + + + 2 + + + 583 + + + + changeCoreSpeed: + + + + 584 + + + + makeKeyAndOrderFront: + + + + 585 + + + + cdsCoreController + + + + 586 + + + + makeKeyAndOrderFront: + + + + 692 + + + + delegate + + + + 693 + + + + value: selection.volume + + + + + + value: selection.volume + value + selection.volume + 2 + + + 694 + + + + value: selection.volumeIconImage + + + + + + value: selection.volumeIconImage + value + selection.volumeIconImage + 2 + + + 695 + + + + value: selection.status + + + + + + value: selection.status + value + selection.status + 2 + + + 696 + + + + animate: selection.isWorking + + + + + + animate: selection.isWorking + animate + selection.isWorking + 2 + + + 697 + + + + value: selection.romFileName + + + + + + value: selection.romFileName + value + selection.romFileName + 2 + + + 758 + + + + value: selection.romTitle + + + + + + value: selection.romTitle + value + selection.romTitle + 2 + + + 759 + + + + value: selection.makerCode + + + + + + value: selection.makerCode + value + selection.makerCode + 2 + + + 760 + + + + value: selection.romSize + + + + + + value: selection.romSize + value + selection.romSize + 2 + + + 761 + + + + value: selection.arm9BinarySize + + + + + + value: selection.arm9BinarySize + value + selection.arm9BinarySize + 2 + + + 762 + + + + value: selection.arm7BinarySize + + + + + + value: selection.arm7BinarySize + value + selection.arm7BinarySize + 2 + + + 763 + + + + value: selection.dataSize + + + + + + value: selection.dataSize + value + selection.dataSize + 2 + + + 764 + + + + value: selection.iconImage + + + + + + value: selection.iconImage + value + selection.iconImage + 2 + + + 765 + + + + romInfoPanelController + + + + 766 + + + + romInfoPanelController + + + + 767 + + + + toggleMinSize: + + + + 769 + + + + toggleStatusBar: + + + + 770 + + + + mLoadStateSlot + + + + 772 + + + + mSaveStateSlot + + + + 773 + + + + aboutWindowController + + + + 822 + + + + makeKeyAndOrderFront: + + + + 824 + + + + value: selection.isSpeedLimitEnabled + + + + + + value: selection.isSpeedLimitEnabled + value + selection.isSpeedLimitEnabled + + YES + + YES + NSAllowsEditingMultipleValuesSelection + NSConditionallySetsEnabled + NSRaisesForNotApplicableKeys + NSValidatesImmediately + + + YES + + + + + + + 2 + + + 840 + + + + saveScreenshotAs: + + + + 841 + + + + saveScreenshotPanelAccessoryView + + + + 842 + + + + changeScreenshotFileFormat: + + + + 843 + + + + changeScreenshotFileFormat: + + + + 844 + + + + changeScreenshotFileFormat: + + + + 845 + + + + changeScreenshotFileFormat: + + + + 846 + + + + changeScreenshotFileFormat: + + + + 847 + + + + changeScreenshotFileFormat: + + + + 849 + + + + value: selection.versionString + + + + + + value: selection.versionString + value + selection.versionString + 2 + + + 850 + + + + value: selection.dateString + + + + + + value: selection.dateString + value + selection.dateString + 2 + + + 851 + + + + readMeTextView + + + + 858 + + + + valuePath: selection.readMePath + + + + + + valuePath: selection.readMePath + valuePath + selection.readMePath + 2 + + + 859 + + + + valuePath: selection.licensePath + + + + + + valuePath: selection.licensePath + valuePath + selection.licensePath + 2 + + + 860 + + + + valuePath: selection.authorsPath + + + + + + valuePath: selection.authorsPath + valuePath + selection.authorsPath + 2 + + + 861 + + + + valuePath: selection.changeLogPath + + + + + + valuePath: selection.changeLogPath + valuePath + selection.changeLogPath + 2 + + + 862 + + + + + YES + + 0 + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + 29 + + + YES + + + + + + + + + + + MainMenu + + + 56 + + + YES + + + + + + 57 + + + YES + + + + + + + + + + + + + + + + 58 + + + + + 129 + + + + + 131 + + + YES + + + + + + 130 + + + + + 134 + + + + + 136 + + + + + 143 + + + + + 144 + + + + + 145 + + + + + 149 + + + + + 150 + + + + + 196 + + + + + -3 + + + Application + + + 210 + + + YES + + + + + Screenshot Save Panel Accessory + + + 211 + + + YES + + + + + + 212 + + + + + 213 + + + YES + + + + + + 214 + + + YES + + + + + + 215 + + + YES + + + + + + + + + + + 216 + + + + + 217 + + + + + 218 + + + + + 219 + + + + + 220 + + + + + 225 + + + + + 227 + + + YES + + + + + + 228 + + + YES + + + + + + + + + + + + + + + + + 230 + + + + + 231 + + + YES + + + + + + 232 + + + + + 233 + + + + + 234 + + + + + 235 + + + + + 237 + + + + + 240 + + + YES + + + + + + 241 + + + + + 251 + + + + + 252 + + + YES + + + + + + 253 + + + YES + + + + + 255 + + + YES + + + + + + 256 + + + YES + + + + + 258 + + + + + 259 + + + + + 260 + + + YES + + + + + + 261 + + + YES + + + + + + + + + + + + + 262 + + + + + 263 + + + + + 264 + + + + + 265 + + + + + 266 + + + + + 267 + + + + + 269 + + + + + 270 + + + + + 336 + + + YES + + + + + + 337 + + + YES + + + + + + + + + + 339 + + + YES + + + + + + 340 + + + YES + + + + + + + + + + + + + + + + + + 341 + + + + + 342 + + + YES + + + + + + 343 + + + YES + + + + + + 348 + + + YES + + + + + + 349 + + + YES + + + + + + + + + 350 + + + + + 351 + + + + + 352 + + + + + 353 + + + + + 357 + + + YES + + + + + + 358 + + + YES + + + + + + + + + + 359 + + + + + 361 + + + + + 362 + + + + + 363 + + + + + 364 + + + + + 368 + + + + + 388 + + + YES + + + + + + 390 + + + YES + + + + + + + + + + 391 + + + YES + + + + + + 393 + + + YES + + + + + + 394 + + + YES + + + + + + 395 + + + + + 396 + + + + + 397 + + + + + 398 + + + + + 424 + + + + + 425 + + + + + 427 + + + YES + + + + + + 428 + + + YES + + + + + + + + + + + + + + + 429 + + + + + 430 + + + YES + + + + + + 431 + + + YES + + + + + + + + + + + + + 432 + + + + + 433 + + + + + 434 + + + + + 435 + + + + + 436 + + + + + 437 + + + + + 438 + + + + + 439 + + + + + 440 + + + + + 441 + + + + + 442 + + + + + 443 + + + + + 444 + + + + + 445 + + + + + 446 + + + + + 447 + + + + + 448 + + + + + 449 + + + + + 450 + + + + + 451 + + + + + 452 + + + + + 454 + + + + + 455 + + + + + 456 + + + + + 457 + + + YES + + + + + + 458 + + + YES + + + + + + + + + 459 + + + + + 460 + + + + + 461 + + + YES + + + + + + 462 + + + YES + + + + + + + + + + + + + + + + 463 + + + + + 464 + + + + + 465 + + + + + 466 + + + + + 467 + + + + + 468 + + + + + 469 + + + + + 470 + + + + + 471 + + + + + 472 + + + + + 473 + + + + + 474 + + + + + 475 + + + + + 476 + + + + + 477 + + + + + 478 + + + + + 493 + + + + + 497 + + + + + 536 + + + Emulation Window Controller + + + 546 + + + CocoaDS Core Controller + + + 338 + + + + + 552 + + + YES + + + + + + 553 + + + YES + + + + + + + + + + + + + + + + 554 + + + YES + + + + + + 555 + + + YES + + + + + + 556 + + + YES + + + + + + 557 + + + YES + + + + + + 558 + + + YES + + + + + + 559 + + + YES + + + + + + 560 + + + YES + + + + + + 561 + + + YES + + + + + + 562 + + + YES + + + + + + 563 + + + YES + + + + + + 564 + + + + + 565 + + + + + 566 + + + + + 567 + + + + + 568 + + + + + 569 + + + + + 570 + + + + + 571 + + + + + 572 + + + + + 573 + + + YES + + + + + + 574 + + + + + 587 + + + YES + + + + + + 588 + + + YES + + + + + + + + + + + + + + + + + + + + 594 + + + YES + + + + + + 595 + + + + + 698 + + + ROM Info Panel Controller + + + 723 + + + YES + + + + + + 724 + + + YES + + + + + + 725 + + + YES + + + + + + 726 + + + YES + + + + + + 727 + + + YES + + + + + + 728 + + + YES + + + + + + 729 + + + YES + + + + + + 730 + + + YES + + + + + + 731 + + + + + 732 + + + + + 733 + + + + + 734 + + + + + 735 + + + + + 736 + + + + + 737 + + + + + 738 + + + + + 743 + + + YES + + + + + + 744 + + + YES + + + + + + 745 + + + + + 746 + + + + + 748 + + + YES + + + + + + 749 + + + YES + + + + + + 750 + + + + + 751 + + + + + 753 + + + YES + + + + + + 754 + + + YES + + + + + + 755 + + + + + 756 + + + + + 774 + + + YES + + + + + + 775 + + + YES + + + + + + + + + + + + 776 + + + YES + + + + + + 777 + + + + + 778 + + + YES + + + + + + + + + 779 + + + YES + + + + + + 780 + + + YES + + + + + + 781 + + + YES + + + + + + 782 + + + YES + + + + + + 783 + + + YES + + + + + + 784 + + + YES + + + + + + 785 + + + YES + + + + + + 786 + + + YES + + + + + + 787 + + + YES + + + + + + 788 + + + + + 789 + + + YES + + + + + + 790 + + + + + 791 + + + YES + + + + + + 792 + + + + + 793 + + + YES + + + + + + 794 + + + + + 795 + + + YES + + + + + + 796 + + + + + 801 + + + YES + + + + + + + + 802 + + + + + 803 + + + + + 804 + + + + + 805 + + + YES + + + + + + + + 806 + + + + + 807 + + + + + 808 + + + + + 809 + + + YES + + + + + + + + 810 + + + + + 811 + + + + + 812 + + + + + 797 + + + YES + + + + + + + + 800 + + + + + 799 + + + + + 798 + + + + + 817 + + + About Window Controller + + + 550 + + + + + 834 + + + YES + + + + + + 835 + + + + + 848 + + + + + + + YES + + YES + 129.IBPluginDependency + 129.ImportedFromIB2 + 130.IBPluginDependency + 130.ImportedFromIB2 + 131.IBPluginDependency + 131.ImportedFromIB2 + 134.IBPluginDependency + 134.ImportedFromIB2 + 136.IBPluginDependency + 136.ImportedFromIB2 + 143.IBPluginDependency + 143.ImportedFromIB2 + 144.IBPluginDependency + 144.ImportedFromIB2 + 145.IBPluginDependency + 145.ImportedFromIB2 + 149.IBPluginDependency + 149.ImportedFromIB2 + 150.IBPluginDependency + 150.ImportedFromIB2 + 196.IBPluginDependency + 196.ImportedFromIB2 + 210.IBEditorWindowLastContentRect + 210.IBPluginDependency + 211.IBPluginDependency + 211.IBViewBoundsToFrameTransform + 212.IBPluginDependency + 213.IBPluginDependency + 213.IBViewBoundsToFrameTransform + 214.IBPluginDependency + 215.IBEditorWindowLastContentRect + 215.IBPluginDependency + 216.IBPluginDependency + 217.IBPluginDependency + 218.IBPluginDependency + 219.IBPluginDependency + 220.IBPluginDependency + 225.IBPluginDependency + 227.IBPluginDependency + 228.IBEditorWindowLastContentRect + 228.IBPluginDependency + 230.IBPluginDependency + 231.IBPluginDependency + 232.IBPluginDependency + 233.IBPluginDependency + 234.IBPluginDependency + 235.IBPluginDependency + 237.IBPluginDependency + 240.IBEditorWindowLastContentRect + 240.IBPluginDependency + 241.IBPluginDependency + 251.IBPluginDependency + 252.IBPluginDependency + 253.IBEditorWindowLastContentRect + 253.IBPluginDependency + 255.IBPluginDependency + 256.IBEditorWindowLastContentRect + 256.IBPluginDependency + 258.IBPluginDependency + 259.IBPluginDependency + 260.IBPluginDependency + 261.IBEditorWindowLastContentRect + 261.IBPluginDependency + 262.IBPluginDependency + 263.IBPluginDependency + 264.IBPluginDependency + 265.IBPluginDependency + 266.IBPluginDependency + 267.IBPluginDependency + 269.IBPluginDependency + 270.IBPluginDependency + 29.IBEditorWindowLastContentRect + 29.IBPluginDependency + 29.ImportedFromIB2 + 336.IBPluginDependency + 337.IBEditorWindowLastContentRect + 337.IBPluginDependency + 338.IBPluginDependency + 339.IBPluginDependency + 340.IBEditorWindowLastContentRect + 340.IBPluginDependency + 341.IBPluginDependency + 342.IBPluginDependency + 343.IBEditorWindowLastContentRect + 343.IBPluginDependency + 348.IBPluginDependency + 349.IBEditorWindowLastContentRect + 349.IBPluginDependency + 350.IBPluginDependency + 351.IBPluginDependency + 352.IBPluginDependency + 353.IBPluginDependency + 357.IBPluginDependency + 358.IBEditorWindowLastContentRect + 358.IBPluginDependency + 359.IBPluginDependency + 361.IBPluginDependency + 362.IBPluginDependency + 363.IBPluginDependency + 364.IBPluginDependency + 368.IBPluginDependency + 388.IBEditorWindowLastContentRect + 388.IBPluginDependency + 388.IBWindowTemplateEditedContentRect + 388.NSWindowTemplate.visibleAtLaunch + 388.editorWindowContentRectSynchronizationRect + 388.windowTemplate.hasMinSize + 388.windowTemplate.maxSize + 388.windowTemplate.minSize + 390.IBPluginDependency + 391.IBPluginDependency + 391.IBViewBoundsToFrameTransform + 393.IBViewBoundsToFrameTransform + 394.IBPluginDependency + 394.IBViewBoundsToFrameTransform + 395.IBPluginDependency + 395.IBViewBoundsToFrameTransform + 396.IBPluginDependency + 398.IBPluginDependency + 424.IBPluginDependency + 425.IBPluginDependency + 427.IBPluginDependency + 428.IBEditorWindowLastContentRect + 428.IBPluginDependency + 429.IBPluginDependency + 430.IBPluginDependency + 431.IBEditorWindowLastContentRect + 431.IBPluginDependency + 432.IBPluginDependency + 433.IBPluginDependency + 434.IBPluginDependency + 435.IBPluginDependency + 436.IBPluginDependency + 437.IBPluginDependency + 438.IBPluginDependency + 439.IBPluginDependency + 440.IBPluginDependency + 441.IBPluginDependency + 442.IBPluginDependency + 443.IBPluginDependency + 444.IBPluginDependency + 445.IBPluginDependency + 446.IBPluginDependency + 447.IBPluginDependency + 448.IBPluginDependency + 449.IBPluginDependency + 450.IBPluginDependency + 451.IBPluginDependency + 452.IBPluginDependency + 454.IBPluginDependency + 455.IBPluginDependency + 456.IBPluginDependency + 457.IBPluginDependency + 458.IBEditorWindowLastContentRect + 458.IBPluginDependency + 459.IBPluginDependency + 460.IBPluginDependency + 461.IBPluginDependency + 462.IBEditorWindowLastContentRect + 462.IBPluginDependency + 463.IBPluginDependency + 464.IBPluginDependency + 465.IBPluginDependency + 466.IBPluginDependency + 467.IBPluginDependency + 468.IBPluginDependency + 469.IBPluginDependency + 470.IBPluginDependency + 471.IBPluginDependency + 472.IBPluginDependency + 473.IBPluginDependency + 474.IBPluginDependency + 475.IBPluginDependency + 476.IBPluginDependency + 477.IBPluginDependency + 478.IBPluginDependency + 497.IBPluginDependency + 536.IBPluginDependency + 546.IBPluginDependency + 550.IBPluginDependency + 550.IBViewBoundsToFrameTransform + 552.IBEditorWindowLastContentRect + 552.IBPluginDependency + 552.IBWindowTemplateEditedContentRect + 552.NSWindowTemplate.visibleAtLaunch + 553.IBPluginDependency + 554.IBPluginDependency + 554.IBViewBoundsToFrameTransform + 555.IBPluginDependency + 555.IBViewBoundsToFrameTransform + 556.IBPluginDependency + 556.IBViewBoundsToFrameTransform + 557.IBPluginDependency + 557.IBViewBoundsToFrameTransform + 558.IBPluginDependency + 558.IBViewBoundsToFrameTransform + 559.IBPluginDependency + 559.IBViewBoundsToFrameTransform + 56.IBPluginDependency + 56.ImportedFromIB2 + 560.IBPluginDependency + 560.IBViewBoundsToFrameTransform + 561.IBPluginDependency + 561.IBViewBoundsToFrameTransform + 562.IBPluginDependency + 562.IBViewBoundsToFrameTransform + 563.IBPluginDependency + 563.IBViewBoundsToFrameTransform + 564.IBPluginDependency + 565.IBPluginDependency + 566.IBPluginDependency + 567.IBPluginDependency + 568.IBPluginDependency + 569.IBPluginDependency + 57.IBEditorWindowLastContentRect + 57.IBPluginDependency + 57.ImportedFromIB2 + 570.IBPluginDependency + 571.IBPluginDependency + 572.IBPluginDependency + 573.IBPluginDependency + 574.IBNumberFormatterBehaviorMetadataKey + 574.IBNumberFormatterLocalizesFormatMetadataKey + 574.IBPluginDependency + 58.IBPluginDependency + 58.ImportedFromIB2 + 587.IBEditorWindowLastContentRect + 587.IBPluginDependency + 587.IBWindowTemplateEditedContentRect + 587.NSWindowTemplate.visibleAtLaunch + 588.IBPluginDependency + 594.IBViewBoundsToFrameTransform + 698.IBPluginDependency + 723.IBPluginDependency + 723.IBViewBoundsToFrameTransform + 724.IBPluginDependency + 724.IBViewBoundsToFrameTransform + 725.IBPluginDependency + 725.IBViewBoundsToFrameTransform + 726.IBPluginDependency + 726.IBViewBoundsToFrameTransform + 727.IBPluginDependency + 727.IBViewBoundsToFrameTransform + 728.IBPluginDependency + 728.IBViewBoundsToFrameTransform + 729.IBPluginDependency + 729.IBViewBoundsToFrameTransform + 730.IBPluginDependency + 730.IBViewBoundsToFrameTransform + 731.IBPluginDependency + 732.IBPluginDependency + 733.IBPluginDependency + 734.IBPluginDependency + 735.IBPluginDependency + 736.IBPluginDependency + 737.IBPluginDependency + 738.IBPluginDependency + 743.IBPluginDependency + 743.IBViewBoundsToFrameTransform + 744.IBPluginDependency + 744.IBViewBoundsToFrameTransform + 745.IBPluginDependency + 746.IBPluginDependency + 748.IBPluginDependency + 748.IBViewBoundsToFrameTransform + 749.IBPluginDependency + 749.IBViewBoundsToFrameTransform + 750.IBPluginDependency + 751.IBPluginDependency + 753.IBPluginDependency + 753.IBViewBoundsToFrameTransform + 754.IBPluginDependency + 754.IBViewBoundsToFrameTransform + 755.IBPluginDependency + 756.IBPluginDependency + 774.IBEditorWindowLastContentRect + 774.IBPluginDependency + 774.IBWindowTemplateEditedContentRect + 774.NSWindowTemplate.visibleAtLaunch + 775.IBPluginDependency + 776.IBPluginDependency + 776.IBViewBoundsToFrameTransform + 777.IBPluginDependency + 778.IBAttributePlaceholdersKey + 778.IBPluginDependency + 778.IBViewBoundsToFrameTransform + 779.IBPluginDependency + 780.IBPluginDependency + 781.IBPluginDependency + 782.IBPluginDependency + 787.IBPluginDependency + 787.IBViewBoundsToFrameTransform + 788.IBPluginDependency + 789.IBPluginDependency + 789.IBViewBoundsToFrameTransform + 790.IBPluginDependency + 791.IBPluginDependency + 791.IBViewBoundsToFrameTransform + 792.IBPluginDependency + 793.IBPluginDependency + 793.IBViewBoundsToFrameTransform + 794.IBPluginDependency + 795.IBPluginDependency + 795.IBViewBoundsToFrameTransform + 796.IBPluginDependency + 797.IBPluginDependency + 797.IBViewBoundsToFrameTransform + 798.IBPluginDependency + 799.IBPluginDependency + 800.IBPluginDependency + 801.IBPluginDependency + 801.IBViewBoundsToFrameTransform + 802.IBPluginDependency + 803.IBPluginDependency + 804.IBPluginDependency + 805.IBPluginDependency + 805.IBViewBoundsToFrameTransform + 806.IBPluginDependency + 807.IBPluginDependency + 808.IBPluginDependency + 809.IBPluginDependency + 809.IBViewBoundsToFrameTransform + 810.IBPluginDependency + 811.IBPluginDependency + 812.IBPluginDependency + 817.IBPluginDependency + 834.IBPluginDependency + 834.IBViewBoundsToFrameTransform + 835.IBPluginDependency + 848.IBPluginDependency + + + YES + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + {{795, 552}, {350, 35}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABCGAAAwgwAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDMAAAwiQAAA + + com.apple.InterfaceBuilder.CocoaPlugin + {{960, 460}, {126, 123}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{426, 933}, {201, 203}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{779, 1093}, {143, 23}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{779, 980}, {64, 6}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{779, 1000}, {64, 6}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{468, 983}, {151, 153}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{928, 836}, {512, 20}} + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + {{512, 1043}, {183, 93}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{598, 913}, {209, 223}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{648, 1113}, {257, 23}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{704, 1063}, {194, 73}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{775, 1043}, {210, 93}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{355, 448}, {256, 408}} + com.apple.InterfaceBuilder.CocoaPlugin + {{355, 448}, {256, 408}} + + {{33, 99}, {480, 360}} + + {3.40282e+38, 3.40282e+38} + {256, 408} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABBmAAAwZAAAA + + + AULcAAA/gAAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABC/AAAwZgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABAQAAAwjAAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{678, 913}, {147, 173}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{739, 913}, {164, 153}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{973, 893}, {86, 83}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{973, 733}, {110, 213}} + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + AQAAAABBwAAAA + + {{360, 696}, {467, 166}} + com.apple.InterfaceBuilder.CocoaPlugin + {{360, 696}, {467, 166}} + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDiIAAwoQAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDFAAAwoQAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDKQAAwgwAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDp4AAwxgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDfgAAwxgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDMAAAwxgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABCwgAAwxgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDzgAAwxgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABBiAAAwxgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABB8AAAwv4AAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{336, 953}, {203, 183}} + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + {{466, 676}, {550, 186}} + com.apple.InterfaceBuilder.CocoaPlugin + {{466, 676}, {550, 186}} + + com.apple.InterfaceBuilder.CocoaPlugin + + AUGgAABCGAAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABCmgAAw4AAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDcQAAwyQAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABCmgAAw2oAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDcQAAww4AAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABCmgAAw1QAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDcQAAwvAAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDGQAAwzMAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDcQAAwsQAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDGQAAwx0AAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDcQAAwpgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDGQAAwwcAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDcQAAwlgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDHgAAwwIAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDcQAAwgAAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + {{583, 356}, {500, 500}} + com.apple.InterfaceBuilder.CocoaPlugin + {{583, 356}, {500, 500}} + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + AUGgAABDvgAAA + + com.apple.InterfaceBuilder.CocoaPlugin + + InitialTabViewItem + + InitialTabViewItem + + + + + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABBUAAAw7wAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDCwAAw/0AAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDCwAAw/CAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDGQAAw+QAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDCwAAw9eAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDCwAAw8sAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAADBiAAAw56AAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAADAQAAAw56AAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAADCHAAAw56AAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAADBYAAAw56AAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + P4AAAL+AAABDHgAAwxIAAA + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + YES + + + YES + + + + + YES + + + YES + + + + 862 + + + + YES + + AppDelegate + NSObject + + YES + + YES + bugReport: + launchForums: + launchWebsite: + + + YES + id + id + id + + + + YES + + YES + bugReport: + launchForums: + launchWebsite: + + + YES + + bugReport: + id + + + launchForums: + id + + + launchWebsite: + id + + + + + IBProjectSource + userinterface/appDelegate_legacy.h + + + + AppDelegate + NSObject + + YES + + YES + aboutWindowController + cdsCoreController + emuWindowController + mLoadStateSlot + mSaveStateSlot + mainWindow + readMeTextView + romInfoPanelController + + + YES + NSObjectController + NSObjectController + NSObjectController + NSMenu + NSMenu + NSWindow + NSTextView + NSObjectController + + + + YES + + YES + aboutWindowController + cdsCoreController + emuWindowController + mLoadStateSlot + mSaveStateSlot + mainWindow + readMeTextView + romInfoPanelController + + + YES + + aboutWindowController + NSObjectController + + + cdsCoreController + NSObjectController + + + emuWindowController + NSObjectController + + + mLoadStateSlot + NSMenu + + + mSaveStateSlot + NSMenu + + + mainWindow + NSWindow + + + readMeTextView + NSTextView + + + romInfoPanelController + NSObjectController + + + + + IBUserSource + + + + + EmuWindowDelegate + NSObject + + YES + + YES + changeCoreSpeed: + changeRomSaveType: + changeRotation: + changeRotationRelative: + changeScale: + changeScreenshotFileFormat: + changeVolume: + closeRom: + copy: + executeCoreToggle: + exportRomSave: + importRomSave: + loadEmuSaveStateSlot: + openEmuSaveState: + openRom: + resetCore: + revertEmuSaveState: + saveEmuSaveState: + saveEmuSaveStateAs: + saveEmuSaveStateSlot: + saveScreenshotAs: + speedLimitDisable: + toggleGPUState: + toggleMinSize: + toggleStatusBar: + + + YES + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + id + + + + YES + + YES + changeCoreSpeed: + changeRomSaveType: + changeRotation: + changeRotationRelative: + changeScale: + changeScreenshotFileFormat: + changeVolume: + closeRom: + copy: + executeCoreToggle: + exportRomSave: + importRomSave: + loadEmuSaveStateSlot: + openEmuSaveState: + openRom: + resetCore: + revertEmuSaveState: + saveEmuSaveState: + saveEmuSaveStateAs: + saveEmuSaveStateSlot: + saveScreenshotAs: + speedLimitDisable: + toggleGPUState: + toggleMinSize: + toggleStatusBar: + + + YES + + changeCoreSpeed: + id + + + changeRomSaveType: + id + + + changeRotation: + id + + + changeRotationRelative: + id + + + changeScale: + id + + + changeScreenshotFileFormat: + id + + + changeVolume: + id + + + closeRom: + id + + + copy: + id + + + executeCoreToggle: + id + + + exportRomSave: + id + + + importRomSave: + id + + + loadEmuSaveStateSlot: + id + + + openEmuSaveState: + id + + + openRom: + id + + + resetCore: + id + + + revertEmuSaveState: + id + + + saveEmuSaveState: + id + + + saveEmuSaveStateAs: + id + + + saveEmuSaveStateSlot: + id + + + saveScreenshotAs: + id + + + speedLimitDisable: + id + + + toggleGPUState: + id + + + toggleMinSize: + id + + + toggleStatusBar: + id + + + + + IBProjectSource + userinterface/emuWindowDelegate_legacy.h + + + + EmuWindowDelegate + NSObject + + YES + + YES + cdsCoreController + displayView + emuWindowController + romInfoPanelController + saveScreenshotPanelAccessoryView + window + + + YES + NSObjectController + VideoOutputView + NSObjectController + NSObjectController + NSView + NSWindow + + + + YES + + YES + cdsCoreController + displayView + emuWindowController + romInfoPanelController + saveScreenshotPanelAccessoryView + window + + + YES + + cdsCoreController + NSObjectController + + + displayView + VideoOutputView + + + emuWindowController + NSObjectController + + + romInfoPanelController + NSObjectController + + + saveScreenshotPanelAccessoryView + NSView + + + window + NSWindow + + + + + IBUserSource + + + + + FirstResponder + NSObject + + IBUserSource + + + + + VideoOutputView + NSView + + IBProjectSource + video_output_view_legacy.h + + + + + YES + + NSActionCell + NSCell + + IBFrameworkSource + AppKit.framework/Headers/NSActionCell.h + + + + NSApplication + NSResponder + + IBFrameworkSource + AppKit.framework/Headers/NSApplication.h + + + + NSApplication + + IBFrameworkSource + AppKit.framework/Headers/NSApplicationScripting.h + + + + NSApplication + + IBFrameworkSource + AppKit.framework/Headers/NSColorPanel.h + + + + NSApplication + + IBFrameworkSource + AppKit.framework/Headers/NSHelpManager.h + + + + NSApplication + + IBFrameworkSource + AppKit.framework/Headers/NSPageLayout.h + + + + NSApplication + + IBFrameworkSource + AppKit.framework/Headers/NSUserInterfaceItemSearching.h + + + + NSBrowser + NSControl + + IBFrameworkSource + AppKit.framework/Headers/NSBrowser.h + + + + NSButton + NSControl + + IBFrameworkSource + AppKit.framework/Headers/NSButton.h + + + + NSButtonCell + NSActionCell + + IBFrameworkSource + AppKit.framework/Headers/NSButtonCell.h + + + + NSCell + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSCell.h + + + + NSControl + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSControl.h + + + + NSController + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSController.h + + + + NSDocumentController + NSObject + + YES + + YES + clearRecentDocuments: + newDocument: + openDocument: + saveAllDocuments: + + + YES + id + id + id + id + + + + YES + + YES + clearRecentDocuments: + newDocument: + openDocument: + saveAllDocuments: + + + YES + + clearRecentDocuments: + id + + + newDocument: + id + + + openDocument: + id + + + saveAllDocuments: + id + + + + + IBFrameworkSource + AppKit.framework/Headers/NSDocumentController.h + + + + NSFormatter + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSFormatter.h + + + + NSImageCell + NSCell + + IBFrameworkSource + AppKit.framework/Headers/NSImageCell.h + + + + NSImageView + NSControl + + IBFrameworkSource + AppKit.framework/Headers/NSImageView.h + + + + NSMatrix + NSControl + + IBFrameworkSource + AppKit.framework/Headers/NSMatrix.h + + + + NSMenu + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSMenu.h + + + + NSMenuItem + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSMenuItem.h + + + + NSMenuItemCell + NSButtonCell + + IBFrameworkSource + AppKit.framework/Headers/NSMenuItemCell.h + + + + NSMovieView + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSMovieView.h + + + + NSNumberFormatter + NSFormatter + + IBFrameworkSource + Foundation.framework/Headers/NSNumberFormatter.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSAccessibility.h + + + + NSObject + + + + NSObject + + + + NSObject + + + + NSObject + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSDictionaryController.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSDragging.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSFontManager.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSFontPanel.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSKeyValueBinding.h + + + + NSObject + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSNibLoading.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSOutlineView.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSPasteboard.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSSavePanel.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSTableView.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSToolbarItem.h + + + + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSView.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSArchiver.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSClassDescription.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSError.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSFileManager.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSKeyValueCoding.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSKeyValueObserving.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSKeyedArchiver.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSObject.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSObjectScripting.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSPortCoder.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSRunLoop.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSScriptClassDescription.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSScriptKeyValueCoding.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSScriptObjectSpecifiers.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSScriptWhoseTests.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSThread.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSURL.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSURLConnection.h + + + + NSObject + + IBFrameworkSource + Foundation.framework/Headers/NSURLDownload.h + + + + NSObjectController + NSController + + IBFrameworkSource + AppKit.framework/Headers/NSObjectController.h + + + + NSPanel + NSWindow + + IBFrameworkSource + AppKit.framework/Headers/NSPanel.h + + + + NSPopUpButton + NSButton + + IBFrameworkSource + AppKit.framework/Headers/NSPopUpButton.h + + + + NSPopUpButtonCell + NSMenuItemCell + + IBFrameworkSource + AppKit.framework/Headers/NSPopUpButtonCell.h + + + + NSProgressIndicator + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSProgressIndicator.h + + + + NSResponder + + IBFrameworkSource + AppKit.framework/Headers/NSInterfaceStyle.h + + + + NSResponder + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSResponder.h + + + + NSScrollView + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSScrollView.h + + + + NSScroller + NSControl + + IBFrameworkSource + AppKit.framework/Headers/NSScroller.h + + + + NSSlider + NSControl + + IBFrameworkSource + AppKit.framework/Headers/NSSlider.h + + + + NSSliderCell + NSActionCell + + IBFrameworkSource + AppKit.framework/Headers/NSSliderCell.h + + + + NSTabView + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSTabView.h + + + + NSTabViewItem + NSObject + + IBFrameworkSource + AppKit.framework/Headers/NSTabViewItem.h + + + + NSTableView + NSControl + + + + NSText + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSText.h + + + + NSTextField + NSControl + + IBFrameworkSource + AppKit.framework/Headers/NSTextField.h + + + + NSTextFieldCell + NSActionCell + + IBFrameworkSource + AppKit.framework/Headers/NSTextFieldCell.h + + + + NSTextView + NSText + + IBFrameworkSource + AppKit.framework/Headers/NSTextView.h + + + + NSUserDefaultsController + NSController + + IBFrameworkSource + AppKit.framework/Headers/NSUserDefaultsController.h + + + + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSClipView.h + + + + NSView + + + + NSView + + IBFrameworkSource + AppKit.framework/Headers/NSRulerView.h + + + + NSView + NSResponder + + + + NSWindow + + IBFrameworkSource + AppKit.framework/Headers/NSDrawer.h + + + + NSWindow + NSResponder + + IBFrameworkSource + AppKit.framework/Headers/NSWindow.h + + + + NSWindow + + IBFrameworkSource + AppKit.framework/Headers/NSWindowScripting.h + + + + + 0 + IBCocoaFramework + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + + + com.apple.InterfaceBuilder.CocoaPlugin.macosx + + + + com.apple.InterfaceBuilder.CocoaPlugin.InterfaceBuilder3 + + + YES + ../../DeSmuME.xcodeproj + 3 + + YES + + YES + Icon_VolumeFull + NSApplicationIcon + NSMenuCheckmark + NSMenuMixedState + NSSwitch + + + YES + {128, 128} + {512, 512} + {9, 8} + {7, 2} + {15, 15} + + +