| 70 | } |
| 71 | |
| 72 | std::string_view CSoundChipService::GetChipFullName(sound_chip_t chip) const { |
| 73 | return GetType(chip).GetFullName(); |
| 74 | } |
| 75 | |
| 76 | std::string_view CSoundChipService::GetChannelShortName(stChannelID ch) const { |
| 77 | for (auto &x : types_) |
no test coverage detected