aboutsummaryrefslogtreecommitdiff
path: root/src/chips/esfmu_opl3.h
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2025-03-25 17:28:37 +0300
committerWohlstand <admin@wohlnet.ru>2025-03-25 17:28:37 +0300
commitb1324a0f1a6ccba2fb0b5144fa26bbb9fd917213 (patch)
treed1e0d56ac0a5d1fe5cb9d2371c2e48d6fee3f86d /src/chips/esfmu_opl3.h
parent8c3423b30970165df60da71ee4a4c5a546dce3d2 (diff)
downloadlibADLMIDI-b1324a0f1a6ccba2fb0b5144fa26bbb9fd917213.tar.gz
libADLMIDI-b1324a0f1a6ccba2fb0b5144fa26bbb9fd917213.tar.bz2
libADLMIDI-b1324a0f1a6ccba2fb0b5144fa26bbb9fd917213.zip
Chipset: Added "hasFullPanning" method
It should allow normal work of emulators without full-panning extension implementation, or with real hardware interfaces
Diffstat (limited to 'src/chips/esfmu_opl3.h')
-rw-r--r--src/chips/esfmu_opl3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chips/esfmu_opl3.h b/src/chips/esfmu_opl3.h
index b01d784..b7572bb 100644
--- a/src/chips/esfmu_opl3.h
+++ b/src/chips/esfmu_opl3.h
@@ -40,6 +40,7 @@ public:
void nativeGenerate(int16_t *frame) override;
const char *emulatorName() override;
ChipType chipType() override;
+ bool hasFullPanning() override;
};
#endif // ESFMU_OPL3_H