move blip_buf to extern

so it can be used by other cores
This commit is contained in:
tildearrow 2025-03-06 12:07:28 -05:00
parent 2078949093
commit 4c166b9b5a
5 changed files with 4 additions and 3 deletions

View file

@ -24,7 +24,7 @@
#define __MDFN_HW_SOUND_PCE_PSG_PCE_PSG_H
#include <stdint.h>
#include "../../blip_buf.h"
#include "blip_buf.h"
#include "../../dispatch.h"
class PCE_PSG;