mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 12:39:54 +00:00
Update task_content.c
This commit is contained in:
parent
f7b0c0947c
commit
15c0191f08
@ -2011,7 +2011,10 @@ void content_get_subsystem_friendly_name(const char* subsystem_name, char* subsy
|
||||
for (i = 0; i < subsystem_current_count; i++, subsystem++)
|
||||
{
|
||||
if (string_is_equal(subsystem_name, subsystem->ident))
|
||||
{
|
||||
strlcpy(subsystem_friendly_name, subsystem->desc, len);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user