Prevent warning
This commit is contained in:
parent
27edbb58e3
commit
7c2da36af9
|
@ -66,6 +66,7 @@
|
||||||
#include "configuration.h"
|
#include "configuration.h"
|
||||||
#include "msg_hash.h"
|
#include "msg_hash.h"
|
||||||
#include "verbosity.h"
|
#include "verbosity.h"
|
||||||
|
#include "tasks/tasks_internal.h"
|
||||||
|
|
||||||
#ifdef HAVE_RUNAHEAD
|
#ifdef HAVE_RUNAHEAD
|
||||||
#include "runahead/secondary_core.h"
|
#include "runahead/secondary_core.h"
|
||||||
|
|
|
@ -265,9 +265,10 @@ bool task_push_audio_mixer_load_and_play(
|
||||||
bool task_push_audio_mixer_load(
|
bool task_push_audio_mixer_load(
|
||||||
const char *fullpath, retro_task_callback_t cb, void *user_data);
|
const char *fullpath, retro_task_callback_t cb, void *user_data);
|
||||||
|
|
||||||
|
void set_save_state_in_background(bool state);
|
||||||
|
|
||||||
extern const char* const input_builtin_autoconfs[];
|
extern const char* const input_builtin_autoconfs[];
|
||||||
|
|
||||||
void set_save_state_in_background(bool state) ;
|
|
||||||
|
|
||||||
RETRO_END_DECLS
|
RETRO_END_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue