mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Revert "Make menu_input_get_ptr a static function"
This reverts commit 65b2b0877f97eff7d694e2c0fdbde205ce30c2cb.
This commit is contained in:
parent
a4a4dc3e3f
commit
6927024320
@ -139,7 +139,7 @@ typedef struct menu_input
|
||||
|
||||
unsigned bind_port;
|
||||
|
||||
static menu_input_t *menu_input_get_ptr(void)
|
||||
menu_input_t *menu_input_get_ptr(void)
|
||||
{
|
||||
menu_handle_t *menu = menu_driver_get_ptr();
|
||||
if (!menu)
|
||||
|
@ -138,6 +138,8 @@ void menu_input_set_acceleration(enum menu_input_pointer_acceleration accel, flo
|
||||
|
||||
float menu_input_get_acceleration(enum menu_input_pointer_acceleration accel);
|
||||
|
||||
menu_input_t *menu_input_get_ptr(void);
|
||||
|
||||
void menu_input_free(void *data);
|
||||
|
||||
bool menu_input_init(void *data);
|
||||
|
Loading…
x
Reference in New Issue
Block a user