Removed the now-unused filtbuf[] array from the OPL struct.

This commit is contained in:
OBattler
2020-07-17 01:21:57 +02:00
parent 5b07cc808d
commit 8b169648c8
2 changed files with 5 additions and 6 deletions

View File

@@ -5,8 +5,7 @@ typedef struct opl_t
{
int pos, chip_nr[2];
int32_t filtbuf[2],
buffer[SOUNDBUFLEN * 2],
int32_t buffer[SOUNDBUFLEN * 2],
buffer2[SOUNDBUFLEN * 2];
pc_timer_t timers[2][2];