mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-29 03:00:24 +00:00
Silence warning 'unused functions'
This commit is contained in:
parent
f51c48a787
commit
79db520ae8
@ -989,6 +989,7 @@ static int setting_int_action_right_default(void *data, bool wraparound)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#if !defined(RARCH_CONSOLE)
|
||||
static int setting_string_action_left_audio_device(void *data, bool wraparound)
|
||||
{
|
||||
int audio_device_index;
|
||||
@ -1038,6 +1039,7 @@ static int setting_string_action_right_audio_device(void *data, bool wraparound)
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
static int setting_fraction_action_left_default(
|
||||
void *data, bool wraparound)
|
||||
|
Loading…
Reference in New Issue
Block a user