diff --git a/stepmania/src/arch/Sound/RageSoundDriver_DSound.h b/stepmania/src/arch/Sound/RageSoundDriver_DSound.h index a172dde7c3..477e16983b 100644 --- a/stepmania/src/arch/Sound/RageSoundDriver_DSound.h +++ b/stepmania/src/arch/Sound/RageSoundDriver_DSound.h @@ -51,7 +51,7 @@ class RageSound_DSound: public RageSoundDriver void Update(float delta); void VolumeChanged(); - int GetSampleRate() const { return -1; } + int GetSampleRate( int rate ) const { return rate; } public: RageSound_DSound();