mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add HAVE_ZLIB ifdef to content.c
This commit is contained in:
parent
c4b80e0e44
commit
eb62d5f4a4
1 changed files with 2 additions and 0 deletions
|
@ -1745,8 +1745,10 @@ bool content_ctl(enum content_ctl_state state, void *data)
|
|||
temporary_content = NULL;
|
||||
break;
|
||||
case CONTENT_CTL_STREAM_INIT:
|
||||
#ifdef HAVE_ZLIB
|
||||
if (!stream_backend)
|
||||
stream_backend = file_archive_get_default_file_backend();
|
||||
#endif
|
||||
break;
|
||||
case CONTENT_CTL_STREAM_CRC_CALCULATE:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue