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

View File

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

View File

@ -330,7 +330,7 @@ bool input_config_autoconfigure_joypad(autoconfig_params_t *params)
{ {
char msg[PATH_MAX_LENGTH]; 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); params->name, params->vid, params->pid);
snprintf(msg, sizeof(msg), "%s (%ld/%ld) not configured", snprintf(msg, sizeof(msg), "%s (%ld/%ld) not configured",
params->name, (long)params->vid, (long)params->pid); params->name, (long)params->vid, (long)params->pid);

View File

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