mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-08 04:39:34 +00:00
Remove commented code in input_driver.c
This commit is contained in:
parent
23b2e4488a
commit
4ed715d0f3
@ -413,17 +413,12 @@ void input_poll(void)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
#ifdef HAVE_OVERLAY
|
#ifdef HAVE_OVERLAY
|
||||||
if (overlay_ptr && input_overlay_is_alive(overlay_ptr)){
|
if (overlay_ptr && input_overlay_is_alive(overlay_ptr))
|
||||||
input_poll_overlay(
|
input_poll_overlay(
|
||||||
overlay_ptr,
|
overlay_ptr,
|
||||||
settings->floats.input_overlay_opacity,
|
settings->floats.input_overlay_opacity,
|
||||||
settings->uints.input_analog_dpad_mode[0],
|
settings->uints.input_analog_dpad_mode[0],
|
||||||
input_driver_axis_threshold);
|
input_driver_axis_threshold);
|
||||||
//TODO: Make this work for an arbitrary joypad, set up in the settings
|
|
||||||
/*input_overlay_add_inputs(overlay_ptr, 0,
|
|
||||||
settings->uints.input_analog_dpad_mode[0]);
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_COMMAND
|
#ifdef HAVE_COMMAND
|
||||||
|
Loading…
x
Reference in New Issue
Block a user