mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Steam buildfix #3
This commit is contained in:
parent
112a350789
commit
62fffe726c
@ -145,7 +145,7 @@ core_info_t* steam_find_core_info_for_dlc(const char* name)
|
|||||||
|
|
||||||
for (i = 0; core_info_list->count > i; i++)
|
for (i = 0; core_info_list->count > i; i++)
|
||||||
{
|
{
|
||||||
char *start, *end;
|
char *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 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user