mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(task_content.c) Rename function
This commit is contained in:
parent
af2393b821
commit
bdc05e9c10
@ -578,7 +578,7 @@ error:
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct retro_subsystem_info *init_content_file_subsystem(bool *ret)
|
static const struct retro_subsystem_info *content_file_init_subsystem(bool *ret)
|
||||||
{
|
{
|
||||||
const struct retro_subsystem_info *special = NULL;
|
const struct retro_subsystem_info *special = NULL;
|
||||||
rarch_system_info_t *system = NULL;
|
rarch_system_info_t *system = NULL;
|
||||||
@ -710,7 +710,7 @@ static bool content_file_init(struct string_list *temporary_content,
|
|||||||
struct retro_game_info *info = NULL;
|
struct retro_game_info *info = NULL;
|
||||||
struct string_list *content = NULL;
|
struct string_list *content = NULL;
|
||||||
bool ret = false;
|
bool ret = false;
|
||||||
const struct retro_subsystem_info *special = init_content_file_subsystem(&ret);
|
const struct retro_subsystem_info *special = content_file_init_subsystem(&ret);
|
||||||
|
|
||||||
if (!ret)
|
if (!ret)
|
||||||
goto error;
|
goto error;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user