mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix --disable-threads
This commit is contained in:
parent
11f63f379b
commit
9f9710beb6
1 changed files with 1 additions and 1 deletions
|
@ -142,10 +142,10 @@ static struct save_state_buf undo_save_buf;
|
|||
* Can be restored with undo_load_state(). */
|
||||
static struct save_state_buf undo_load_buf;
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
/* TODO/FIXME - global state - perhaps move outside this file */
|
||||
static struct autosave_st autosave_state;
|
||||
|
||||
#ifdef HAVE_THREADS
|
||||
/**
|
||||
* autosave_thread:
|
||||
* @data : pointer to autosave object
|
||||
|
|
Loading…
Add table
Reference in a new issue