X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=6b062b6a04641cd7560284e9f2fd0fac087bae50;hb=8ce9c3a782e47ed355a12789859e5359c4a81e77;hp=a4f446b43a75a8aeabdd5c4328011b204fdde988;hpb=419973a6d6cb92f96a60f1d5ccda0beb8b28b15d;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index a4f446b..6b062b6 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -548,7 +548,8 @@ struct Pico32xMem unsigned short pal[0x100]; unsigned short pal_native[0x100]; // converted to native (for renderer) signed short pwm[2*PWM_BUFF_LEN]; // PWM buffer for current frame - signed short pwm_fifo[2][4]; // [0] - current, others - fifo entries + signed short pwm_current[2]; // current converted samples + unsigned short pwm_fifo[2][4]; // [0] - current raw, others - fifo entries }; // area.c