audio improvement wip
[picodrive.git] / platform / gp2x / code940 / 940.c
index b242603..c37c80e 100644 (file)
@@ -112,7 +112,8 @@ void Main940(void)
                                        YM2612Write_(d >> 8, d);\r
                                }\r
 \r
-                               YM2612UpdateOne_(ym_buffer, shared_ctl->length, shared_ctl->stereo, 1);\r
+                               shared_ctl->ym_active_chs =\r
+                                       YM2612UpdateOne_(ym_buffer, shared_ctl->length, shared_ctl->stereo, 1);\r
                                break;\r
                        }\r
 \r