RageSound_Generic_Software -> RageSoundDriver
This commit is contained in:
@@ -12,7 +12,6 @@ class RageTimer;
|
|||||||
class RageSoundMixBuffer;
|
class RageSoundMixBuffer;
|
||||||
static const int samples_per_block = 512;
|
static const int samples_per_block = 512;
|
||||||
|
|
||||||
#define RageSound_Generic_Software RageSoundDriver
|
|
||||||
class RageSoundDriver: public RageDriver
|
class RageSoundDriver: public RageDriver
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ void RageSoundDriver_Null::Update()
|
|||||||
m_iLastCursorPos += 256;
|
m_iLastCursorPos += 256;
|
||||||
}
|
}
|
||||||
|
|
||||||
RageSound_Generic_Software::Update();
|
RageSoundDriver::Update();
|
||||||
}
|
}
|
||||||
|
|
||||||
int64_t RageSoundDriver_Null::GetPosition() const
|
int64_t RageSoundDriver_Null::GetPosition() const
|
||||||
|
|||||||
Reference in New Issue
Block a user