mirror of https://github.com/mgba-emu/mgba.git
Initialize audio drift
This commit is contained in:
parent
62a0447cc9
commit
add64ce269
|
@ -11,6 +11,7 @@ using namespace QGBA;
|
||||||
AudioDevice::AudioDevice(QObject* parent)
|
AudioDevice::AudioDevice(QObject* parent)
|
||||||
: QIODevice(parent)
|
: QIODevice(parent)
|
||||||
, m_context(nullptr)
|
, m_context(nullptr)
|
||||||
|
, m_drift(0)
|
||||||
{
|
{
|
||||||
setOpenMode(ReadOnly);
|
setOpenMode(ReadOnly);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue