mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Replace input_state_get_ptr call
This commit is contained in:
parent
dbe414e1e1
commit
12c81bc073
@ -1799,7 +1799,7 @@ void input_poll_overlay(
|
||||
uint16_t key_mod = 0;
|
||||
bool polled = false;
|
||||
bool button_pressed = false;
|
||||
input_driver_state_t *input_st = input_state_get_ptr();
|
||||
input_driver_state_t *input_st = &input_driver_st;
|
||||
void *input_data = input_st->current_data;
|
||||
input_overlay_state_t *ol_state = &ol->overlay_state;
|
||||
input_driver_t *current_input = input_st->current_driver;
|
||||
|
Loading…
x
Reference in New Issue
Block a user