| 835 | } |
| 836 | |
| 837 | void CSoundGen::LoadSoundConfig() { // // // |
| 838 | ASSERT(GetCurrentThreadId() == FTEnv.GetMainApp()->m_nThreadID); |
| 839 | |
| 840 | LoadSettings(); |
| 841 | Interrupt(); |
| 842 | static_cast<CFrameWnd *>(AfxGetMainWnd())->SetMessageText(IDS_NEW_SOUND_CONFIG); |
| 843 | } |
| 844 | |
| 845 | stDPCMState CSoundGen::GetDPCMState() const |
| 846 | { |
no test coverage detected