mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 17:04:34 +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…
x
Reference in New Issue
Block a user