hide soft panning effects on hard panning chips

issue #2739
This commit is contained in:
tildearrow 2026-01-11 19:06:58 -05:00
parent 22ff10d7f0
commit 378ba6fe80
58 changed files with 151 additions and 1 deletions

View file

@ -95,6 +95,7 @@ class DivPlatformPCE: public DivDispatch {
void tick(bool sysTick=true);
void muteChannel(int ch, bool mute);
int getOutputCount();
bool hasSoftPan(int ch);
bool keyOffAffectsArp(int ch);
bool hasAcquireDirect();
void setFlags(const DivConfig& flags);