Remove redundant constants

This commit is contained in:
Henrik Rydgård
2025-04-12 11:35:55 +02:00
parent 3c4566717c
commit f7ff2e2d20
7 changed files with 38 additions and 38 deletions
+2 -2
View File
@@ -991,10 +991,10 @@ void DrawAudioDecodersView(ImConfig &cfg, ImControl &control) {
case 0:
ImGui::TextUnformatted("-"); // Uninitialized
break;
case PSP_MODE_AT_3_PLUS:
case PSP_CODEC_AT3PLUS:
ImGui::TextUnformatted("Atrac3+");
break;
case PSP_MODE_AT_3:
case PSP_CODEC_AT3:
ImGui::TextUnformatted("Atrac3");
break;
default: