mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 13:23:32 +00:00
(Steam) Buildfix
This commit is contained in:
parent
de67f174bf
commit
1b07e2bdce
@ -148,9 +148,9 @@ core_info_t* steam_find_core_info_for_dlc(const char* name)
|
|||||||
char *start, *end;
|
char *start, *end;
|
||||||
char core_info_name[256];
|
char core_info_name[256];
|
||||||
core_info_t *core_info = core_info_get(core_info_list, i);
|
core_info_t *core_info = core_info_get(core_info_list, i);
|
||||||
|
|
||||||
/* Find the opening parenthesis for the core name */
|
/* Find the opening parenthesis for the core name */
|
||||||
if (!(start = strchr(core_info->display_name, '('))))
|
char *start = strchr(core_info->display_name, '(');
|
||||||
|
if (!start)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
/* Skip the first parenthesis and copy it to the stack */
|
/* Skip the first parenthesis and copy it to the stack */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user