mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
Bump to version 0.9.9.6
This commit is contained in:
parent
551fd27204
commit
963f206456
@ -1,7 +1,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.retroarch"
|
||||
android:versionCode="20"
|
||||
android:versionName="0.9.9.5" >
|
||||
android:versionCode="21"
|
||||
android:versionName="0.9.9.6" >
|
||||
<uses-feature android:glEsVersion="0x00020000" />
|
||||
<uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
|
||||
<uses-sdk
|
||||
|
@ -10,6 +10,11 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_margin="40px"
|
||||
android:text="
|
||||
r21 (August 16, 2013)\n\n
|
||||
* [VBA Next] Fixes serious regressions - most evident in Golden Sun games -\n
|
||||
battle screens etc.\n
|
||||
* [VBA Next] Add a core option to change the control button layout from (left\n
|
||||
to right) B to A to (left to right) A to B.\n
|
||||
r19 (August 15, 2013)\n\n
|
||||
* [Android] Input autodetection fixes -\n
|
||||
- DualShock3 pad controls fixed\n
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="RetroArch 0.9.9.5 - Main Menu" >
|
||||
android:title="RetroArch 0.9.9.6 - Main Menu" >
|
||||
|
||||
<PreferenceScreen android:title="TV Mode">
|
||||
<intent
|
||||
|
@ -1,3 +1,11 @@
|
||||
------------------------------------------------------------------------------
|
||||
v0.9.9.6
|
||||
------------------------------------------------------------------------------
|
||||
* [VBA Next] Fixes serious regressions - most evident in Golden Sun games -
|
||||
battle screens etc.
|
||||
* [VBA Next] Add a core option to change the control button layout from (left
|
||||
to right) B to A to (left to right) A to B.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
v0.9.9.5
|
||||
------------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user