mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
tidy up intfstream_truncate ifdefs.
This commit is contained in:
parent
6104a9ad86
commit
e51a316cfd
@ -321,17 +321,9 @@ int64_t intfstream_truncate(intfstream_internal_t *intf, uint64_t len)
|
||||
case INTFSTREAM_MEMORY:
|
||||
break;
|
||||
case INTFSTREAM_CHD:
|
||||
#ifdef HAVE_CHD
|
||||
break;
|
||||
#else
|
||||
break;
|
||||
#endif
|
||||
case INTFSTREAM_RZIP:
|
||||
#if defined(HAVE_ZLIB)
|
||||
break;
|
||||
#else
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user