diff options
Diffstat (limited to 'audio/softsynth')
-rw-r--r-- | audio/softsynth/opl/nuked.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/softsynth/opl/nuked.h b/audio/softsynth/opl/nuked.h index 3326add7bf..6cddbe8686 100644 --- a/audio/softsynth/opl/nuked.h +++ b/audio/softsynth/opl/nuked.h @@ -173,7 +173,7 @@ public: byte read(int a); void writeReg(int r, int v); - + bool isStereo() const { return true; } protected: |