mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Android) Bump up version + small message tweak
This commit is contained in:
parent
30c7ce71a9
commit
0e9c040e88
@ -702,5 +702,5 @@ void input_autodetect_setup (void *data, char *msg, size_t sizeof_msg, unsigned
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (name_buf[0] != 0)
|
if (name_buf[0] != 0)
|
||||||
snprintf(msg, sizeof_msg, "HID %s %d: %s, p: %d.\n", msg[0] == 0 ? "(ND)" : "", id, name_buf, port);
|
snprintf(msg, sizeof_msg, "HID %d: %s, p: %d.\n", id, name_buf, port);
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.retroarch"
|
package="org.retroarch"
|
||||||
android:versionCode="5"
|
android:versionCode="6"
|
||||||
android:versionName="0.9.8" >
|
android:versionName="0.9.8" >
|
||||||
<uses-feature android:glEsVersion="0x00020000" />
|
<uses-feature android:glEsVersion="0x00020000" />
|
||||||
<uses-sdk
|
<uses-sdk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user