mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-13 07:36:52 +00:00
input_common.c - prevent unused variable warning
This commit is contained in:
parent
9178d8cc0d
commit
7ff8db3f69
@ -1454,7 +1454,6 @@ void input_config_autoconfigure_joypad(unsigned index, const char *name, const c
|
|||||||
void input_push_analog_dpad(struct retro_keybind *binds, unsigned mode)
|
void input_push_analog_dpad(struct retro_keybind *binds, unsigned mode)
|
||||||
{
|
{
|
||||||
unsigned i;
|
unsigned i;
|
||||||
unsigned analog_base;
|
|
||||||
|
|
||||||
switch (mode)
|
switch (mode)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user