mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-26 21:36:26 +00:00
Move extern variable prototype to input_autodetect.c
This commit is contained in:
parent
0aca3d04c0
commit
0bd94b9b54
@ -32,6 +32,8 @@
|
||||
#include "../runloop.h"
|
||||
#include "../verbosity.h"
|
||||
|
||||
extern const char* const input_builtin_autoconfs[];
|
||||
|
||||
/* Adds an index for devices with the same name,
|
||||
* so they can be identified in the GUI. */
|
||||
static void input_autoconfigure_joypad_reindex_devices(void)
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include <stdint.h>
|
||||
|
||||
#include <boolean.h>
|
||||
#include <retro_miscellaneous.h>
|
||||
|
||||
typedef struct autoconfig_params
|
||||
{
|
||||
@ -36,6 +35,4 @@ bool input_autoconfigure_connect(autoconfig_params_t *params);
|
||||
|
||||
void input_autoconfigure_disconnect(unsigned i, const char *ident);
|
||||
|
||||
extern const char* const input_builtin_autoconfs[];
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user