mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Remove early return from audio_driver_flush
This commit is contained in:
parent
7deeb6d2fa
commit
575265ff06
@ -561,9 +561,6 @@ void audio_driver_set_nonblocking_state(bool enable)
|
|||||||
**/
|
**/
|
||||||
static void audio_driver_flush(const int16_t *data, size_t samples)
|
static void audio_driver_flush(const int16_t *data, size_t samples)
|
||||||
{
|
{
|
||||||
if (audio_suspended)
|
|
||||||
return;
|
|
||||||
|
|
||||||
struct resampler_data src_data;
|
struct resampler_data src_data;
|
||||||
bool is_perfcnt_enable = false;
|
bool is_perfcnt_enable = false;
|
||||||
bool is_paused = false;
|
bool is_paused = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user