diff --git a/desmume/README.MAC b/desmume/README.MAC
index a24ff33b6..ad5f415a5 100644
--- a/desmume/README.MAC
+++ b/desmume/README.MAC
@@ -2,7 +2,7 @@
_________________________________________
Copyright (C) 2006 yopyop
Copyright (C) 2006-2022 DeSmuME team
- Last Updated: May 12, 2022
+ Last Updated: May 22, 2022
Contents:
1) System Requirements ..................................................... 17
@@ -52,7 +52,7 @@ Please note that running DeSmuME on a PowerPC, while possible, is not fully
supported. The PowerPC binary exists mostly for testing and development
purposes, and also just because we can. Most games don't work well on PowerPC,
and so you will be limited to running only the most basic of games, such as
-"Phoenix Wright: Ace Attorney."
+"Phoenix Wright: Ace Attorney" or "Picross DS."
2) Quick Start Guide for Using DeSmuME for macOS ______________________________
@@ -356,8 +356,8 @@ possible. The better your descriptions are, the faster we can test and fix
bugs. For example, if you observed a bug in the game "Golden Sun: Dark Dawn,"
then the bug report could look something like this:
- App Version: 0.9.12
- Operating System: macOS v12.3.1 (21E258)
+ App Version: 0.9.13
+ Operating System: macOS v12.4 (21F79)
Mac Model Identifier: MacBookPro15,1
ROM Name: GOLDENSUN_DD
ROM Serial: NTR-BO5E-USA
diff --git a/desmume/src/frontend/cocoa/FileTypeInfo.plist b/desmume/src/frontend/cocoa/FileTypeInfo.plist
index e294945c0..2a5b127a5 100644
--- a/desmume/src/frontend/cocoa/FileTypeInfo.plist
+++ b/desmume/src/frontend/cocoa/FileTypeInfo.plist
@@ -11,6 +11,7 @@
0.9.10
0.9.11
0.9.12
+ 0.9.13
PortStrings
@@ -47,6 +48,11 @@
Cocoa
OpenEmu
+ 0.9.13
+
+ Cocoa
+ OpenEmu
+
DefaultPaths
@@ -177,6 +183,27 @@
${OPENEMU}
+ 0.9.13
+
+ Cocoa
+
+ ROM Save
+ ${APPSUPPORT}
+ Cheat
+ ${APPSUPPORT}
+ Firmware Configuration
+ ${APPSUPPORT}
+ Save State
+ ${APPSUPPORT}
+
+ OpenEmu
+
+ ROM Save
+ ${OPENEMU}
+ Save State
+ ${OPENEMU}
+
+
DirectoryNames
@@ -362,6 +389,32 @@
SoundSamples
+ 0.9.13
+
+ Cocoa
+
+ ROM Save
+ Battery
+ Cheat
+ Cheats
+ Firmware Configuration
+ Battery
+ Lua Script
+ Lua
+ Video
+ AviFiles
+ R4 Format
+ R4format
+ ROM
+ Roms
+ Save State
+ States
+ Screenshot
+ Screenshots
+ Sound Sample
+ SoundSamples
+
+
FileExtensionByTypes
@@ -491,6 +544,24 @@
nds
+ 0.9.13
+
+ Cocoa
+
+ ROM Save
+ dsv
+ Cheat
+ dct
+ Firmware Configuration
+ dfc
+ Lua Script
+ lua
+ Save State
+ dst
+ ROM
+ nds
+
+
FileTypeByExtensions
@@ -620,6 +691,24 @@
ROM
+ 0.9.13
+
+ Cocoa
+
+ dsv
+ ROM Save
+ dct
+ Cheat
+ dfc
+ Firmware Configuration
+ lua
+ Lua Script
+ dst
+ Save State
+ nds
+ ROM
+
+
diff --git a/desmume/src/frontend/cocoa/Info (Debug).plist b/desmume/src/frontend/cocoa/Info (Debug).plist
index 1f639ba26..2d6571147 100644
--- a/desmume/src/frontend/cocoa/Info (Debug).plist
+++ b/desmume/src/frontend/cocoa/Info (Debug).plist
@@ -244,11 +244,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- v0.9.12 (Debug)
+ v0.9.13 (Debug)
CFBundleSignature
DSmM
CFBundleVersion
- 0.9.12
+ 0.9.13
LSApplicationCategoryType
public.app-category.games
LSMinimumSystemVersion
diff --git a/desmume/src/frontend/cocoa/Info.plist b/desmume/src/frontend/cocoa/Info.plist
index 0125d025e..420ec62ee 100644
--- a/desmume/src/frontend/cocoa/Info.plist
+++ b/desmume/src/frontend/cocoa/Info.plist
@@ -244,11 +244,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- v0.9.12
+ v0.9.13
CFBundleSignature
DSmM
CFBundleVersion
- 0.9.12
+ 0.9.13
LSApplicationCategoryType
public.app-category.games
LSMinimumSystemVersion
diff --git a/desmume/src/frontend/cocoa/cocoa_file.mm b/desmume/src/frontend/cocoa/cocoa_file.mm
index 03d104179..e35877433 100644
--- a/desmume/src/frontend/cocoa/cocoa_file.mm
+++ b/desmume/src/frontend/cocoa/cocoa_file.mm
@@ -730,6 +730,14 @@ static NSMutableDictionary *_gURLDictionary = nil;
portStr = @"Cocoa";
}
+ versionURL = [CocoaDSFile userAppSupportURL:nil version:@"0.9.13"];
+ versionPath = [versionURL path];
+ if (versionPath != nil && [[[filePath stringByDeletingLastPathComponent] stringByDeletingLastPathComponent] isEqualToString:versionPath])
+ {
+ versionStr = @"0.9.13";
+ portStr = @"Cocoa";
+ }
+
fileVersion = [[versionStr stringByAppendingString:@" "] stringByAppendingString:portStr];
return fileVersion;
diff --git a/desmume/src/frontend/cocoa/openemu/Info (OpenEmu Plug-in).plist b/desmume/src/frontend/cocoa/openemu/Info (OpenEmu Plug-in).plist
index 7aa7f5d1d..3d5141282 100644
--- a/desmume/src/frontend/cocoa/openemu/Info (OpenEmu Plug-in).plist
+++ b/desmume/src/frontend/cocoa/openemu/Info (OpenEmu Plug-in).plist
@@ -17,7 +17,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- v0.9.12 (OpenEmu Plug-in)
+ v0.9.13 (OpenEmu Plug-in)
CFBundleSignature
????
CFBundleSupportedPlatforms
@@ -25,7 +25,7 @@
MacOSX
CFBundleVersion
- 0.9.12
+ 0.9.13
CSResourcesFileMapped
yes
NSHumanReadableCopyright