mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 18:05:06 +01:00
Removed this from old 1.6.0 - tried to see if it effected audio
issues
This commit is contained in:
parent
04998786ca
commit
64f496e81f
@ -84,11 +84,6 @@ void blip_add( blip_buffer_t* s, int clocks, int delta )
|
||||
|
||||
int blip_clocks_needed( const blip_buffer_t* s, int samples )
|
||||
{
|
||||
#ifdef __LIBRETRO__
|
||||
/* int fixed_needed */
|
||||
if (samples > s->size)
|
||||
samples = s->size;
|
||||
#endif
|
||||
|
||||
/* Fixed-point number of samples needed in addition to those in buffer */
|
||||
int fixed_needed = samples * time_unit - s->offset;
|
||||
|
Loading…
Reference in New Issue
Block a user