mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
core, libretro vfs support
This commit is contained in:
parent
ed7c6238b7
commit
73bda1add9
14 changed files with 14 additions and 42 deletions
|
@ -9,6 +9,10 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#ifdef USE_LIBRETRO_VFS
|
||||
#include "file_stream_transforms.h"
|
||||
#endif
|
||||
|
||||
#include "zutil.h"
|
||||
|
||||
#ifdef NO_DEFLATE /* for compatibility with old definition */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue