1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-23 19:21:03 +00:00

Push these updates

This commit is contained in:
twinaphex 2016-03-18 00:32:57 +01:00
parent 91d14cbb62
commit a446f9040b
3 changed files with 4 additions and 4 deletions

@ -30,7 +30,7 @@
#endif
#ifndef PACKAGE_VERSION
#define PACKAGE_VERSION "1.3.1"
#define PACKAGE_VERSION "1.3.2"
#endif
#ifdef __cplusplus

@ -330,7 +330,7 @@ bool input_config_autoconfigure_joypad(autoconfig_params_t *params)
{
char msg[PATH_MAX_LENGTH];
RARCH_LOG("Autodetect: no profiles found for %s (%d/%d)",
RARCH_LOG("Autodetect: no profiles found for %s (%d/%d)\n",
params->name, params->vid, params->pid);
snprintf(msg, sizeof(msg), "%s (%ld/%ld) not configured",
params->name, (long)params->vid, (long)params->pid);

@ -2,8 +2,8 @@
<app version="1">
<name>RetroArch</name>
<coder>Libretro</coder>
<version>1.3.0</version>
<release_date>2012-2015</release_date>
<version>1.3.2</version>
<release_date>2012-2016</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/>