mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-05 17:49:45 +00:00
Refactor config_get_default_audio_resampler
This commit is contained in:
parent
49e9e97f38
commit
5f247275e7
@ -87,8 +87,9 @@ const char *config_get_default_audio_resampler(void)
|
||||
case AUDIO_RESAMPLER_CC:
|
||||
return "cc";
|
||||
case AUDIO_RESAMPLER_SINC:
|
||||
default:
|
||||
return "sinc";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user