mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Adding new C files to griffin.c (Mac OS X fix)
This commit is contained in:
parent
225cbb387b
commit
7bc77f8614
@ -64,6 +64,16 @@ ARCHIVE FILE
|
|||||||
#include "../libretro-common/file/archive_file_7z.c"
|
#include "../libretro-common/file/archive_file_7z.c"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*============================================================
|
||||||
|
COMPRESSION
|
||||||
|
============================================================ */
|
||||||
|
#include "../libretro-common/streams/trans_stream.c"
|
||||||
|
#include "../libretro-common/streams/trans_stream_pipe.c"
|
||||||
|
|
||||||
|
#ifdef HAVE_ZLIB
|
||||||
|
#include "../libretro-common/streams/trans_stream_zlib.c"
|
||||||
|
#endif
|
||||||
|
|
||||||
/*============================================================
|
/*============================================================
|
||||||
ENCODINGS
|
ENCODINGS
|
||||||
============================================================ */
|
============================================================ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user