| 66 | } |
| 67 | |
| 68 | std::string_view CSoundChipService::GetChipShortName(sound_chip_t chip) const { |
| 69 | return GetType(chip).GetShortName(); |
| 70 | } |
| 71 | |
| 72 | std::string_view CSoundChipService::GetChipFullName(sound_chip_t chip) const { |
| 73 | return GetType(chip).GetFullName(); |
no test coverage detected