mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-13 22:08:34 +00:00
Prevent warning
This commit is contained in:
parent
27edbb58e3
commit
7c2da36af9
@ -66,6 +66,7 @@
|
||||
#include "configuration.h"
|
||||
#include "msg_hash.h"
|
||||
#include "verbosity.h"
|
||||
#include "tasks/tasks_internal.h"
|
||||
|
||||
#ifdef HAVE_RUNAHEAD
|
||||
#include "runahead/secondary_core.h"
|
||||
|
@ -265,9 +265,10 @@ bool task_push_audio_mixer_load_and_play(
|
||||
bool task_push_audio_mixer_load(
|
||||
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[];
|
||||
|
||||
void set_save_state_in_background(bool state) ;
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user