1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 08:48:42 +00:00
This commit is contained in:
twinaphex 2016-09-01 04:57:04 +02:00
parent e60ae0b8de
commit 0959f8173a
2 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,6 @@
RETRO_BEGIN_DECLS
typedef struct autosave autosave_t;
/**
* autosave_lock:
*

View File

@ -44,6 +44,8 @@ struct ram_type
};
#ifdef HAVE_THREADS
typedef struct autosave autosave_t;
/* Autosave support. */
struct autosave_st
{