| 143 | } |
| 144 | |
| 145 | bool SoundSystemText::EnableEAX(bool val) |
| 146 | { |
| 147 | LOG_DEBUG(Audio, "[AudioText] EnableEAX({}) -> false (not supported)", val); |
| 148 | _eaxEnabled = val; |
| 149 | return false; |
| 150 | } |
| 151 | |
| 152 | void SoundSystemText::LoadConfig() |
| 153 | { |
no outgoing calls