mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
Update to 1.7.3
This commit is contained in:
parent
6c95cbb6b4
commit
b2ceb50897
@ -1,4 +1,6 @@
|
|||||||
# 1.7.3 (future)
|
# 1.7.4 (future)
|
||||||
|
|
||||||
|
# 1.7.3
|
||||||
- AUDIO: Audio mixer supports FLAC/MP3 file types now!
|
- AUDIO: Audio mixer supports FLAC/MP3 file types now!
|
||||||
- COMMON: Fixed bug 'crashing in cores that don't range check retro_set_controller_type'. Some people were having crashes when device is set to RETRO_DEVICE_NONE and the cores don't check the number of ports, in VBAM's case it was overflowing and crashing. QuickNES was crashing too.
|
- COMMON: Fixed bug 'crashing in cores that don't range check retro_set_controller_type'. Some people were having crashes when device is set to RETRO_DEVICE_NONE and the cores don't check the number of ports, in VBAM's case it was overflowing and crashing. QuickNES was crashing too.
|
||||||
- COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013).
|
- COMMON: Fixed buffer overflow in url encoding (affecting MSVC2010/2013).
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<!-- <!DOCTYPE manifest [ <!ENTITY % versionDTD SYSTEM "../../../version.dtd"> %versionDTD; ]> !-->
|
<!-- <!DOCTYPE manifest [ <!ENTITY % versionDTD SYSTEM "../../../version.dtd"> %versionDTD; ]> !-->
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="com.retroarch"
|
package="com.retroarch"
|
||||||
android:versionCode="68"
|
android:versionCode="69"
|
||||||
android:versionName="1.7.2"
|
android:versionName="1.7.3"
|
||||||
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"/>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<name>RetroArch</name>
|
<name>RetroArch</name>
|
||||||
<coder>Libretro</coder>
|
<coder>Libretro</coder>
|
||||||
<version>&version;</version>
|
<version>&version;</version>
|
||||||
<release_date>2012-2017</release_date>
|
<release_date>2012-2018</release_date>
|
||||||
<short_description>The cross-platform entertainment system</short_description>
|
<short_description>The cross-platform entertainment system</short_description>
|
||||||
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
|
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
|
||||||
<no_ios_reload/>
|
<no_ios_reload/>
|
||||||
|
@ -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.7.2"
|
RARCH_VERSION="1.7.3"
|
||||||
#endif
|
#endif
|
||||||
#ifndef PACKAGE_VERSION
|
#ifndef PACKAGE_VERSION
|
||||||
#define PACKAGE_VERSION "1.7.2"
|
#define PACKAGE_VERSION "1.7.3"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user