Skip to content

Commit

Permalink
Update to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed May 4, 2018
1 parent 6c95cbb commit b2ceb50
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 1.7.3 (future)
# 1.7.4 (future)

# 1.7.3
- 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 buffer overflow in url encoding (affecting MSVC2010/2013).
Expand Down
4 changes: 2 additions & 2 deletions pkg/android/phoenix/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!-- <!DOCTYPE manifest [ <!ENTITY % versionDTD SYSTEM "../../../version.dtd"> %versionDTD; ]> !-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.retroarch"
android:versionCode="68"
android:versionName="1.7.2"
android:versionCode="69"
android:versionName="1.7.3"
android:installLocation="internalOnly">
<uses-feature android:glEsVersion="0x00020000" />
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
Expand Down
2 changes: 1 addition & 1 deletion pkg/wii/meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>RetroArch</name>
<coder>Libretro</coder>
<version>&version;</version>
<release_date>2012-2017</release_date>
<release_date>2012-2018</release_date>
<short_description>The cross-platform entertainment system</short_description>
<long_description>A port of RetroArch to the GameCube/Wii.</long_description>
<no_ios_reload/>
Expand Down
4 changes: 2 additions & 2 deletions version.all
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# /* - pkg/snap/snapcraft.yaml (including the github url) */

#if 0
RARCH_VERSION="1.7.2"
RARCH_VERSION="1.7.3"
#endif
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.7.2"
#define PACKAGE_VERSION "1.7.3"
#endif

0 comments on commit b2ceb50

Please sign in to comment.