Build fix

This commit is contained in:
nfore 2023-07-08 22:15:40 -05:00 committed by LibretroAdmin
parent 9ca5c5e623
commit bf0de45ec4
2 changed files with 2 additions and 2 deletions

View File

@ -2806,7 +2806,7 @@ static void input_poll_overlay(
input_keyboard_event(new_bits & (1 << j),
rk, c, key_mod, RETRO_DEVICE_POINTER);
}
}
}
}
/* Map "analog" buttons to analog axes like regular input drivers do. */

View File

@ -349,7 +349,7 @@ void *glkitview_init(void);
if (self.keyboardController.view.isHidden)
command_event(CMD_EVENT_OVERLAY_INIT, NULL);
else
command_event(CMD_EVENT_OVERLAY_DEINIT, NULL);
command_event(CMD_EVENT_OVERLAY_UNLOAD, NULL);
#endif
}