mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 21:10:15 +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"
|
||||
#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
|
||||
============================================================ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user