mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 16:59:13 +00:00
Removed the DTK Music option. It is now always enabled.
This commit is contained in:
parent
f0a5214a3f
commit
5ceef0c513
6 changed files with 3 additions and 22 deletions
|
@ -61,7 +61,6 @@ public:
|
|||
unsigned int GetSampleRate() {return m_sampleRate;}
|
||||
|
||||
void SetThrottle(bool use) { m_throttle = use;}
|
||||
void SetDTKMusic(bool use) { m_EnableDTKMusic = use;}
|
||||
|
||||
// TODO: do we need this
|
||||
bool IsHLEReady() { return m_HLEready;}
|
||||
|
@ -103,7 +102,6 @@ protected:
|
|||
bool m_HLEready;
|
||||
bool m_logAudio;
|
||||
|
||||
bool m_EnableDTKMusic;
|
||||
bool m_throttle;
|
||||
|
||||
short m_buffer[MAX_SAMPLES * 2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue