core, libretro vfs support

This commit is contained in:
kub 2022-01-27 22:31:09 +00:00
parent ed7c6238b7
commit 73bda1add9
14 changed files with 14 additions and 42 deletions

View file

@ -13,10 +13,6 @@
#include "cd_parse.h"
// #define elprintf(w,f,...) printf(f "\n",##__VA_ARGS__);
#ifdef USE_LIBRETRO_VFS
#include "file_stream_transforms.h"
#endif
#if defined(USE_LIBCHDR)
#include "libchdr/chd.h"
#include "libchdr/cdrom.h"