mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
core, libretro vfs support
This commit is contained in:
parent
ed7c6238b7
commit
73bda1add9
14 changed files with 14 additions and 42 deletions
|
@ -18,10 +18,6 @@
|
|||
#include "../libpicofe/lprintf.h"
|
||||
#include "config_file.h"
|
||||
|
||||
#ifdef USE_LIBRETRO_VFS
|
||||
#include "file_stream_transforms.h"
|
||||
#endif
|
||||
|
||||
static char *mystrip(char *str);
|
||||
|
||||
#ifndef _MSC_VER
|
||||
|
|
|
@ -28,10 +28,6 @@
|
|||
#include <pico/pico_int.h>
|
||||
#include <pico/patch.h>
|
||||
|
||||
#ifdef USE_LIBRETRO_VFS
|
||||
#include "file_stream_transforms.h"
|
||||
#endif
|
||||
|
||||
#if defined(__GNUC__) && __GNUC__ >= 7
|
||||
#pragma GCC diagnostic ignored "-Wformat-truncation"
|
||||
#endif
|
||||
|
|
|
@ -21,10 +21,6 @@
|
|||
#include "version.h"
|
||||
#include <cpu/debug.h>
|
||||
|
||||
#ifdef USE_LIBRETRO_VFS
|
||||
#include "file_stream_transforms.h"
|
||||
#endif
|
||||
|
||||
static int load_state_slot = -1;
|
||||
char **g_argv;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue