| 116 | } |
| 117 | |
| 118 | void AudioPage::OnSimulate(OptionsShell& shell) |
| 119 | { |
| 120 | ScrollListPage::OnSimulate(shell); |
| 121 | m_audio.TickPreviewLoop(); |
| 122 | } |
| 123 | |
| 124 | void AudioPage::Unmount(OptionsShell& shell) |
| 125 | { |
nothing calls this directly
no test coverage detected