1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

Steam buildfix #3

This commit is contained in:
LibretroAdmin 2022-08-26 09:57:34 +02:00
parent 112a350789
commit 62fffe726c

View File

@ -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++)
{
char *start, *end;
char *end;
char core_info_name[256];
core_info_t *core_info = core_info_get(core_info_list, i);
/* Find the opening parenthesis for the core name */