mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
fix travis error
This commit is contained in:
parent
0b92224c36
commit
0615d655af
@ -2413,8 +2413,7 @@ bool rcheevos_load(const void *data)
|
|||||||
coro->path = strdup(info->path);
|
coro->path = strdup(info->path);
|
||||||
|
|
||||||
/* if we're looking at an m3u file, get the first disc from the playlist */
|
/* if we're looking at an m3u file, get the first disc from the playlist */
|
||||||
const char* end = path_get_extension(coro->path);
|
if (string_is_equal_noncase(path_get_extension(coro->path), "m3u"))
|
||||||
if (string_is_equal_noncase(end, "m3u"))
|
|
||||||
{
|
{
|
||||||
intfstream_t* m3u_stream = intfstream_open_file(coro->path, RETRO_VFS_FILE_ACCESS_READ, RETRO_VFS_FILE_ACCESS_HINT_NONE);
|
intfstream_t* m3u_stream = intfstream_open_file(coro->path, RETRO_VFS_FILE_ACCESS_READ, RETRO_VFS_FILE_ACCESS_HINT_NONE);
|
||||||
if (m3u_stream)
|
if (m3u_stream)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user