32x: pwm pop reduction hacks

This commit is contained in:
notaz 2013-08-18 19:32:56 +03:00
parent 419973a6d6
commit 8ce9c3a782
2 changed files with 42 additions and 18 deletions

View file

@ -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