mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
cdrom: set default track to 1
This commit is contained in:
parent
24bd43a53f
commit
9d5e91a6e5
@ -132,6 +132,8 @@ void retro_vfs_file_open_cdrom(
|
||||
size_t path_len = strlen(path);
|
||||
const char *ext = path_get_extension(path);
|
||||
|
||||
stream->cdrom.cur_track = 1;
|
||||
|
||||
if (!string_is_equal_noncase(ext, "cue") && !string_is_equal_noncase(ext, "bin"))
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user