mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
read ISO as binary as well (nw)
This commit is contained in:
parent
4a2611210e
commit
133c74b9eb
@ -483,7 +483,7 @@ chd_error chdcd_parse_iso(const char *tocfname, cdrom_toc &outtoc, chdcd_track_i
|
||||
FILE *infile;
|
||||
astring path = astring(tocfname);
|
||||
|
||||
infile = fopen(tocfname, "rt");
|
||||
infile = fopen(tocfname, "rb");
|
||||
path = get_file_path(path);
|
||||
|
||||
if (infile == (FILE *)NULL)
|
||||
|
Loading…
Reference in New Issue
Block a user