mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sound, fix mcd cdda (mono, resampling), type cleanup, remove minimp3
This commit is contained in:
parent
9f1d5acdb4
commit
f7741cac91
14 changed files with 193 additions and 89 deletions
|
@ -266,7 +266,7 @@ void p32x_pwm_write16(u32 a, unsigned int d, SH2 *sh2, unsigned int m68k_cycles)
|
|||
}
|
||||
}
|
||||
|
||||
void p32x_pwm_update(int *buf32, int length, int stereo)
|
||||
void p32x_pwm_update(s32 *buf32, int length, int stereo)
|
||||
{
|
||||
short *pwmb;
|
||||
int step;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue