android build fixes

This commit is contained in:
radius 2017-09-10 14:16:07 -05:00
parent 708ff99513
commit 551d85630e
2 changed files with 4 additions and 1 deletions

View File

@ -1346,7 +1346,7 @@ void input_driver_deinit_remote(void)
void input_driver_deinit_mapper(void)
{
#ifdef HAVE_NETWORKGAMEPAD
#ifdef HAVE_KEYMAPPER
if (input_driver_mapper)
input_mapper_free(input_driver_mapper);
input_driver_mapper = NULL;

View File

@ -161,6 +161,9 @@ int core_setting_right(unsigned type, const char *label,
int action_right_input_desc(unsigned type, const char *label,
bool wraparound);
int action_right_input_desc_kbd(unsigned type, const char *label,
bool wraparound);
int action_right_cheat(unsigned type, const char *label,
bool wraparound);