mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
Bump up version to 1.6.6
This commit is contained in:
parent
adc3b4b726
commit
47cf178309
@ -1,6 +1,10 @@
|
||||
# 1.6.7 (future)
|
||||
|
||||
# 1.6.6 (future)
|
||||
- 3DS: Fixes serious performance regression that affected every core; rewind was always implicitly enabled.
|
||||
- AUDIO: MOD/S3M/XM sound should now be properly mixed in with the core's sound.
|
||||
- GUI: Visual makeover of MaterialUI.
|
||||
- GUI: Added 'Music', 'Images' and 'Video' collection options to RGUI/MaterialUI.
|
||||
- GUI: Allow the user to add 'Favorites'.
|
||||
- GUI: Allow the user to rename entries.
|
||||
- GUI: Performance optimizations for XMB menu driver.
|
||||
|
@ -1,4 +1,4 @@
|
||||
RARCH_VERSION = "0.9.9.3"
|
||||
RARCH_VERSION = "1.6.6.0"
|
||||
|
||||
DEBUG = 0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
RARCH_VERSION = "1.6.5.0"
|
||||
RARCH_VERSION = "1.6.6.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.6.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 = "1.6.5.0"
|
||||
RARCH_VERSION = "1.6.6.0"
|
||||
|
||||
DEBUG = 0
|
||||
HAVE_LOGGER = 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.retroarch"
|
||||
android:versionCode="59"
|
||||
android:versionName="1.6.5"
|
||||
android:versionCode="60"
|
||||
android:versionName="1.6.6"
|
||||
android:installLocation="internalOnly">
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<app version="1">
|
||||
<name>RetroArch</name>
|
||||
<coder>Libretro</coder>
|
||||
<version>1.6.5</version>
|
||||
<version>1.6.6</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,7 +2,7 @@
|
||||
<app version="1">
|
||||
<name>Retroarch</name>
|
||||
<coder>Libretro</coder>
|
||||
<version>1.65</version>
|
||||
<version>1.66</version>
|
||||
<release_date>20170108133000</release_date>
|
||||
<short_description></short_description>
|
||||
<long_description>RetroArch
|
||||
|
Loading…
x
Reference in New Issue
Block a user