mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Fix sample count reporting
This commit is contained in:
parent
eaf1e1474e
commit
e4b955d4d4
@ -213,7 +213,7 @@ bool compute_audio_buffer_statistics(audio_statistics_t *stats)
|
|||||||
if (!stats || samples < 3)
|
if (!stats || samples < 3)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
stats->samples = samples;
|
stats->samples = audio_driver_free_samples_count;
|
||||||
|
|
||||||
#ifdef WARPUP
|
#ifdef WARPUP
|
||||||
/* uint64 to double not implemented, fair chance
|
/* uint64 to double not implemented, fair chance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user