mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-24 19:56:06 +00:00
CXX_BUILD fix
This commit is contained in:
parent
5e75820880
commit
230d7105fd
@ -32,8 +32,6 @@
|
||||
|
||||
#include "tasks_internal.h"
|
||||
|
||||
extern const char* const input_builtin_autoconfs[];
|
||||
|
||||
typedef struct autoconfig_disconnect
|
||||
{
|
||||
char msg[255];
|
||||
|
@ -171,6 +171,8 @@ bool input_autoconfigure_connect(autoconfig_params_t *params);
|
||||
|
||||
bool input_autoconfigure_disconnect(unsigned i, const char *ident);
|
||||
|
||||
extern const char* const input_builtin_autoconfs[];
|
||||
|
||||
RETRO_END_DECLS
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user