diff --git a/WHATSNEW.md b/WHATSNEW.md index f07f14ee..1d500df9 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -1,5 +1,6 @@ # Version 2021.5 * Metal only, remove support for a software renderer. +* Fixed mirroring orientation in games like Lethal Enforcers, Space Gun # Version 2021.4 * Better support for MFi controllers. diff --git a/xcode/MAME4iOS/MAME4iOS.xcconfig b/xcode/MAME4iOS/MAME4iOS.xcconfig index 0a252ff7..ffdbbaa8 100644 --- a/xcode/MAME4iOS/MAME4iOS.xcconfig +++ b/xcode/MAME4iOS/MAME4iOS.xcconfig @@ -17,8 +17,8 @@ ORG_IDENTIFIER = com.example // CHANGE this to your Organization Identifier. DEVELOPMENT_TEAM = ABC8675309 // CHANGE this to your Team ID. (or select in Xcode project editor) -CURRENT_PROJECT_VERSION = 2021.4 -MARKETING_VERSION = 2021.4 +CURRENT_PROJECT_VERSION = 2021.5 +MARKETING_VERSION = 2021.5 // 2. enable or disable entitlements // tvOS TopShelf and iCloud import/export require special app entitlements