swan: Implement headphone/internal speaker output toggle

This commit is contained in:
Adrian Siekierka 2025-03-08 19:52:37 +01:00 committed by tildearrow
parent 03b87258c8
commit b59fc1e8f5
4 changed files with 30 additions and 9 deletions

View file

@ -38,6 +38,7 @@ class DivPlatformSwan: public DivDispatch {
Channel chan[4];
DivDispatchOscBuffer* oscBuf[4];
bool isMuted[4];
bool stereo=true;
bool pcm, sweep, furnaceDac, setPos;
unsigned char sampleBank, noise;
int dacPeriod, dacRate;