mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
Cleanups
This commit is contained in:
parent
e60ae0b8de
commit
0959f8173a
@ -23,8 +23,6 @@
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
typedef struct autosave autosave_t;
|
||||
|
||||
/**
|
||||
* autosave_lock:
|
||||
*
|
||||
|
@ -44,6 +44,8 @@ struct ram_type
|
||||
};
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
typedef struct autosave autosave_t;
|
||||
|
||||
/* Autosave support. */
|
||||
struct autosave_st
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user