Fix frame dumping for linux.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7134 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2011-02-11 21:07:51 +00:00
parent 16c4ffd89b
commit 6cbaa360a1
3 changed files with 8 additions and 8 deletions

View File

@ -34,11 +34,11 @@ public:
, m_bits(16)
, m_channels(2)
, m_HLEready(false)
, m_logAudio(0)
, m_numSamples(0)
, m_indexW(0)
, m_indexR(0)
, m_AIplaying(true)
, m_logAudio(0)
{
// AyuanX: The internal (Core & DSP) sample rate is fixed at 32KHz
// So when AI/DAC sample rate differs than 32KHz, we have to do re-sampling