mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +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 "../runloop.h"
|
||||||
#include "../verbosity.h"
|
#include "../verbosity.h"
|
||||||
|
|
||||||
|
extern const char* const input_builtin_autoconfs[];
|
||||||
|
|
||||||
/* Adds an index for devices with the same name,
|
/* Adds an index for devices with the same name,
|
||||||
* so they can be identified in the GUI. */
|
* so they can be identified in the GUI. */
|
||||||
static void input_autoconfigure_joypad_reindex_devices(void)
|
static void input_autoconfigure_joypad_reindex_devices(void)
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
#include <retro_miscellaneous.h>
|
|
||||||
|
|
||||||
typedef struct autoconfig_params
|
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);
|
void input_autoconfigure_disconnect(unsigned i, const char *ident);
|
||||||
|
|
||||||
extern const char* const input_builtin_autoconfs[];
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user