mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Push these updates
This commit is contained in:
parent
91d14cbb62
commit
a446f9040b
@ -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
|
||||||
|
@ -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);
|
||||||
|
@ -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/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user