mirror of
https://github.com/libretro/RetroArch
synced 2025-03-21 13:20:52 +00:00
Turn function static
This commit is contained in:
parent
9e83fedcd9
commit
4ad4254107
@ -449,13 +449,12 @@ error:
|
||||
return audio_driver_ctl(RARCH_AUDIO_CTL_DEINIT, NULL);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* audio_driver_readjust_input_rate:
|
||||
*
|
||||
* Readjust the audio input rate.
|
||||
*/
|
||||
void audio_driver_readjust_input_rate(void)
|
||||
static void audio_driver_readjust_input_rate(void)
|
||||
{
|
||||
driver_t *driver = driver_get_ptr();
|
||||
const audio_driver_t *audio = driver ?
|
||||
|
@ -106,13 +106,6 @@ const void *audio_driver_find_handle(int index);
|
||||
**/
|
||||
const char *audio_driver_find_ident(int index);
|
||||
|
||||
/*
|
||||
* audio_driver_readjust_input_rate:
|
||||
*
|
||||
* Readjust the audio input rate.
|
||||
*/
|
||||
void audio_driver_readjust_input_rate(void);
|
||||
|
||||
void audio_driver_set_nonblock_state(bool toggle);
|
||||
|
||||
void audio_driver_set_nonblocking_state(bool enable);
|
||||
|
Loading…
x
Reference in New Issue
Block a user