RageSound_Generic_Software -> RageSoundDriver

This commit is contained in:
Glenn Maynard
2007-01-19 00:38:24 +00:00
parent ccdf81b295
commit e6db9bc2a7
2 changed files with 1 additions and 2 deletions
@@ -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