aboutsummaryrefslogtreecommitdiff
path: root/src/chips/dosbox_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/dosbox_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/dosbox_opl3.h')
-rw-r--r--src/chips/dosbox_opl3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chips/dosbox_opl3.h b/src/chips/dosbox_opl3.h
index 9528493..9911edb 100644
--- a/src/chips/dosbox_opl3.h
+++ b/src/chips/dosbox_opl3.h
@@ -42,6 +42,7 @@ public:
void nativeGenerateN(int16_t *output, size_t frames) override;
const char *emulatorName() override;
ChipType chipType() override;
+ bool hasFullPanning() override;
};
#endif // DOSBOX_OPL3_H