mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Cleanups
This commit is contained in:
parent
8aa4d6d148
commit
fde596fae4
@ -276,7 +276,7 @@ int intfstream_getc(intfstream_internal_t *intf)
|
|||||||
#ifdef HAVE_CHD
|
#ifdef HAVE_CHD
|
||||||
return chdstream_getc(intf->chd.fp);
|
return chdstream_getc(intf->chd.fp);
|
||||||
#else
|
#else
|
||||||
return -1;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -298,7 +298,7 @@ int intfstream_tell(intfstream_internal_t *intf)
|
|||||||
#ifdef HAVE_CHD
|
#ifdef HAVE_CHD
|
||||||
return (int)chdstream_tell(intf->chd.fp);
|
return (int)chdstream_tell(intf->chd.fp);
|
||||||
#else
|
#else
|
||||||
return -1;
|
break;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user