mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 00:40:09 +00:00
Bump up version
This commit is contained in:
parent
d762519b8e
commit
4c6b13919c
@ -1,4 +1,6 @@
|
|||||||
# Future
|
# Future
|
||||||
|
|
||||||
|
# 1.8.9
|
||||||
- AUTO SAVESTATES: Ensure save states are correctly flushed to disk when quitting RetroArch (fixes broken save states when exiting RetroArch - without first closing content - with 'Auto Save State' enabled)
|
- AUTO SAVESTATES: Ensure save states are correctly flushed to disk when quitting RetroArch (fixes broken save states when exiting RetroArch - without first closing content - with 'Auto Save State' enabled)
|
||||||
- BUILTIN CORES: Builtin cores like ffmpeg and imageviewer would previously try to erroneously load a dynamic core named 'builtin' - this would fail and would just be a wasteful operation - this now skips dylib loading in libretro_get_system_info for builtin cores
|
- BUILTIN CORES: Builtin cores like ffmpeg and imageviewer would previously try to erroneously load a dynamic core named 'builtin' - this would fail and would just be a wasteful operation - this now skips dylib loading in libretro_get_system_info for builtin cores
|
||||||
- CHEEVOS: Report API errors when unlocking achievements or submitting leaderboards
|
- CHEEVOS: Report API errors when unlocking achievements or submitting leaderboards
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="com.retroarch"
|
package="com.retroarch"
|
||||||
android:versionCode="1556806357"
|
android:versionCode="1556806358"
|
||||||
android:versionName="1.8.8"
|
android:versionName="1.8.9"
|
||||||
android:installLocation="internalOnly">
|
android:installLocation="internalOnly">
|
||||||
<uses-feature android:glEsVersion="0x00020000" />
|
<uses-feature android:glEsVersion="0x00020000" />
|
||||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
|
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
|
||||||
|
@ -30,11 +30,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.8.8</string>
|
<string>1.8.9</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.8</string>
|
<string>1.8.9</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
|
@ -30,11 +30,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.8.8</string>
|
<string>1.8.9</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.8</string>
|
<string>1.8.9</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||||
<key>NSHighResolutionCapable</key>
|
<key>NSHighResolutionCapable</key>
|
||||||
|
@ -33,11 +33,11 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.8.8</string>
|
<string>1.8.9</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>1.8.8</string>
|
<string>1.8.9</string>
|
||||||
<key>LSRequiresIPhoneOS</key>
|
<key>LSRequiresIPhoneOS</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>UIApplicationExitsOnSuspend</key>
|
<key>UIApplicationExitsOnSuspend</key>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
|
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
|
||||||
|
|
||||||
<id>com.RetroArch</id>
|
<id>com.RetroArch</id>
|
||||||
<versionNumber>1.8.4</versionNumber>
|
<versionNumber>1.8.9</versionNumber>
|
||||||
<buildId>3</buildId>
|
<buildId>3</buildId>
|
||||||
<description>Cross-platform entertainment system</description>
|
<description>Cross-platform entertainment system</description>
|
||||||
<author>Team Libretro</author>
|
<author>Team Libretro</author>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: retroarch
|
Name: retroarch
|
||||||
Version: 1.8.4
|
Version: 1.8.9
|
||||||
Release: v1.8.4
|
Release: v1.8.9
|
||||||
Summary: Official reference frontend for libretro
|
Summary: Official reference frontend for libretro
|
||||||
|
|
||||||
Group: Applications/Emulators
|
Group: Applications/Emulators
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
# /* - pkg/snap/snapcraft.yaml (including the github url) */
|
# /* - pkg/snap/snapcraft.yaml (including the github url) */
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
RARCH_VERSION="1.8.8"
|
RARCH_VERSION="1.8.9"
|
||||||
#endif
|
#endif
|
||||||
#ifndef PACKAGE_VERSION
|
#ifndef PACKAGE_VERSION
|
||||||
#define PACKAGE_VERSION "1.8.8"
|
#define PACKAGE_VERSION "1.8.9"
|
||||||
#endif
|
#endif
|
||||||
|
@ -1 +1 @@
|
|||||||
<!ENTITY version "1.8.8">
|
<!ENTITY version "1.8.9">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user