MusicMod: Added DSP HLE option to turn off streaming music for use together with the MusicMod

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3511 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-06-20 12:19:53 +00:00
parent 8cdd8cf2a7
commit 0a648b59e4
6 changed files with 166 additions and 52 deletions

View File

@ -45,7 +45,7 @@ private:
wxCheckBox *m_buttonEnableHLEAudio;
wxCheckBox *m_buttonEnableDTKMusic;
wxCheckBox *m_buttonEnableThrottle;
wxCheckBox *m_buttonEnableRE0Fix;
wxCheckBox *m_buttonEnableRE0Fix, *m_buttonDisableStreaming;
wxArrayString wxArrayBackends;
wxComboBox *m_BackendSelection;
@ -55,7 +55,7 @@ private:
ID_ENABLE_HLE_AUDIO,
ID_ENABLE_DTK_MUSIC,
ID_ENABLE_THROTTLE,
ID_ENABLE_RE0_FIX,
ID_ENABLE_RE0_FIX, ID_DISABLE_STREAMING,
ID_BACKEND,
ID_VOLUME
};