mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x: pwm pop reduction hacks
This commit is contained in:
parent
419973a6d6
commit
8ce9c3a782
2 changed files with 42 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue