mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Remove DONT_HAVE_STRING_LIST
This commit is contained in:
parent
5f3a47a725
commit
b6e554e1cb
@ -142,7 +142,6 @@ extern rarch_resampler_t CC_resampler;
|
|||||||
extern rarch_resampler_t nearest_resampler;
|
extern rarch_resampler_t nearest_resampler;
|
||||||
extern rarch_resampler_t null_resampler;
|
extern rarch_resampler_t null_resampler;
|
||||||
|
|
||||||
#ifndef DONT_HAVE_STRING_LIST
|
|
||||||
/**
|
/**
|
||||||
* config_get_audio_resampler_driver_options:
|
* config_get_audio_resampler_driver_options:
|
||||||
*
|
*
|
||||||
@ -151,7 +150,6 @@ extern rarch_resampler_t null_resampler;
|
|||||||
* Returns: string listing of all resampler driver names, separated by '|'.
|
* Returns: string listing of all resampler driver names, separated by '|'.
|
||||||
**/
|
**/
|
||||||
const char* config_get_audio_resampler_driver_options(void);
|
const char* config_get_audio_resampler_driver_options(void);
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* audio_resampler_driver_find_handle:
|
* audio_resampler_driver_find_handle:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user