mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Remove now-unnecessary is_opl3sa AD1848 mixer hack
This commit is contained in:
@@ -70,7 +70,6 @@ typedef struct ad1848_t {
|
||||
uint64_t timer_latch;
|
||||
|
||||
pc_timer_t cs4231a_irq_timer;
|
||||
uint8_t is_opl3sa;
|
||||
|
||||
int16_t buffer[SOUNDBUFLEN * 2];
|
||||
int pos;
|
||||
@@ -91,7 +90,6 @@ extern void ad1848_update(ad1848_t *ad1848);
|
||||
extern void ad1848_speed_changed(ad1848_t *ad1848);
|
||||
extern void ad1848_filter_cd_audio(int channel, double *buffer, void *priv);
|
||||
extern void ad1848_filter_aux2(void* priv, double* out_l, double* out_r);
|
||||
extern void ad1848_is_opl3sa(ad1848_t *ad1848);
|
||||
|
||||
extern void ad1848_init(ad1848_t *ad1848, uint8_t type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user