Merge remote-tracking branch 'libretro/master'
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
commit
e505236ec4
|
@ -38,7 +38,7 @@ SoundDriver* soundDriver = 0;
|
||||||
|
|
||||||
extern bool stopState; // TODO: silence sound when true
|
extern bool stopState; // TODO: silence sound when true
|
||||||
|
|
||||||
int const SOUND_CLOCK_TICKS_ = 167772; // 1/100 second
|
int const SOUND_CLOCK_TICKS_ = 280896; // ~1074 samples per frame
|
||||||
|
|
||||||
static uint16_t soundFinalWave[1600];
|
static uint16_t soundFinalWave[1600];
|
||||||
long soundSampleRate = 44100;
|
long soundSampleRate = 44100;
|
||||||
|
|
Loading…
Reference in New Issue