mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-27 12:02:05 +00:00
Bump up to 1.6.4
This commit is contained in:
parent
7649164f51
commit
08118cb445
@ -1,4 +1,6 @@
|
||||
# 1.6.4 (future)
|
||||
# 1.6.5 (future)
|
||||
|
||||
# 1.6.4
|
||||
|
||||
- ANDROID: Fire Stick & Fire TV remote overrides gamepad port 0 on button press and viceversa like SHIELD devices
|
||||
- ANDROID: Provide default save / system / state / screenshot locations
|
||||
|
@ -1,4 +1,4 @@
|
||||
RARCH_VERSION = "0.9.9.3"
|
||||
RARCH_VERSION = "1.6.4.0"
|
||||
|
||||
#which compiler to build with - GCC or SNC
|
||||
#set to GCC for debug builds for use with debugger
|
||||
|
@ -1,4 +1,4 @@
|
||||
RARCH_VERSION = "0.9.9.3"
|
||||
RARCH_VERSION = "1.6.4.0"
|
||||
|
||||
DEBUG = 0
|
||||
HAVE_LOGGER = 0
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
RARCH_VERSION=1.3.6
|
||||
RARCH_VERSION=1.6.4
|
||||
PLATFORM=$1
|
||||
SALAMANDER=no
|
||||
MAKEFILE_GRIFFIN=no
|
||||
|
@ -1,7 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.retroarch"
|
||||
android:versionCode="57"
|
||||
android:versionName="1.6.3"
|
||||
android:versionCode="58"
|
||||
android:versionName="1.6.4"
|
||||
android:installLocation="internalOnly">
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<qnx xmlns="http://www.qnx.com/schemas/application/1.0">
|
||||
|
||||
<id>com.RetroArch</id>
|
||||
<versionNumber>1.3.6</versionNumber>
|
||||
<versionNumber>1.6.4</versionNumber>
|
||||
<buildId>3</buildId>
|
||||
<description>Cross-platform entertainment system</description>
|
||||
<author>Team Libretro</author>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<app version="1">
|
||||
<name>RetroArch</name>
|
||||
<coder>Libretro</coder>
|
||||
<version>1.6.3</version>
|
||||
<version>1.6.4</version>
|
||||
<release_date>2012-2017</release_date>
|
||||
<short_description>The cross-platform entertainment system</short_description>
|
||||
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
|
||||
|
@ -2,8 +2,8 @@
|
||||
<app version="1">
|
||||
<name>Retroarch</name>
|
||||
<coder>Libretro</coder>
|
||||
<version>1.63</version>
|
||||
<release_date>20170107283000</release_date>
|
||||
<version>1.64</version>
|
||||
<release_date>20170108073000</release_date>
|
||||
<short_description></short_description>
|
||||
<long_description>RetroArch
|
||||
</long_description>
|
||||
|
Loading…
x
Reference in New Issue
Block a user