| 194 | } |
| 195 | |
| 196 | void CSoundGen::SetVisualizerWindow(CVisualizerWnd *pWnd) |
| 197 | { |
| 198 | // Called from main thread |
| 199 | ASSERT(GetCurrentThreadId() == FTEnv.GetMainApp()->m_nThreadID); |
| 200 | |
| 201 | m_csVisualizerWndLock.Lock(); |
| 202 | m_pVisualizerWnd = pWnd; |
| 203 | m_csVisualizerWndLock.Unlock(); |
| 204 | } |
| 205 | |
| 206 | void CSoundGen::ModuleChipChanged() { // // // |
| 207 | // Tell the sound emulator to switch expansion chip |
no test coverage detected