mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
(RARCH_CONSOLE) Shorter title_buf for consoles - will fit better within Xbox 1
screen estate dimensions
This commit is contained in:
parent
8f0ef74cb0
commit
bfec64104c
@ -2607,8 +2607,13 @@ void rarch_init_system_info(void)
|
|||||||
if (!info->library_version)
|
if (!info->library_version)
|
||||||
info->library_version = "v0";
|
info->library_version = "v0";
|
||||||
|
|
||||||
|
#ifdef RARCH_CONSOLE
|
||||||
|
snprintf(g_extern.title_buf, sizeof(g_extern.title_buf), "%s %s",
|
||||||
|
info->library_name, info->library_version);
|
||||||
|
#else
|
||||||
snprintf(g_extern.title_buf, sizeof(g_extern.title_buf), "RetroArch : %s %s",
|
snprintf(g_extern.title_buf, sizeof(g_extern.title_buf), "RetroArch : %s %s",
|
||||||
info->library_name, info->library_version);
|
info->library_name, info->library_version);
|
||||||
|
#endif
|
||||||
strlcpy(g_extern.system.valid_extensions, info->valid_extensions ? info->valid_extensions : DEFAULT_EXT,
|
strlcpy(g_extern.system.valid_extensions, info->valid_extensions ? info->valid_extensions : DEFAULT_EXT,
|
||||||
sizeof(g_extern.system.valid_extensions));
|
sizeof(g_extern.system.valid_extensions));
|
||||||
g_extern.system.block_extract = info->block_extract;
|
g_extern.system.block_extract = info->block_extract;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<name>RetroArch GX</name>
|
<name>RetroArch GX</name>
|
||||||
<coder>Maister, Squarepusher, ToadKing</coder>
|
<coder>Maister, Squarepusher, ToadKing</coder>
|
||||||
<version>0.9.8</version>
|
<version>0.9.8</version>
|
||||||
<release_date>2012</release_date>
|
<release_date>2012-2013</release_date>
|
||||||
<short_description>Multi-system emulator</short_description>
|
<short_description>Multi-system emulator</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