GetSampleRate update
This commit is contained in:
@@ -51,7 +51,7 @@ class RageSound_DSound: public RageSoundDriver
|
|||||||
void Update(float delta);
|
void Update(float delta);
|
||||||
void VolumeChanged();
|
void VolumeChanged();
|
||||||
|
|
||||||
int GetSampleRate() const { return -1; }
|
int GetSampleRate( int rate ) const { return rate; }
|
||||||
|
|
||||||
public:
|
public:
|
||||||
RageSound_DSound();
|
RageSound_DSound();
|
||||||
|
|||||||
Reference in New Issue
Block a user