From b1324a0f1a6ccba2fb0b5144fa26bbb9fd917213 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Tue, 25 Mar 2025 17:28:37 +0300 Subject: Chipset: Added "hasFullPanning" method It should allow normal work of emulators without full-panning extension implementation, or with real hardware interfaces --- src/chips/java_opl3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/chips/java_opl3.h') diff --git a/src/chips/java_opl3.h b/src/chips/java_opl3.h index 1676bb6..e6b481b 100644 --- a/src/chips/java_opl3.h +++ b/src/chips/java_opl3.h @@ -40,6 +40,7 @@ public: void nativeGenerateN(int16_t *output, size_t frames) override; const char *emulatorName() override; ChipType chipType() override; + bool hasFullPanning() override; }; #endif // JAVA_OPL3_H -- cgit v1.2.3