support LUS archivemanager refactor (#3912)

This commit is contained in:
briaguya
2024-02-08 20:28:02 -05:00
committed by GitHub
parent be8dcfda05
commit 8a14fea94c
8 changed files with 44 additions and 46 deletions

View File

@@ -201,8 +201,7 @@ void DrawSettingsMenu() {
static std::unordered_map<LUS::AudioBackend, const char*> audioBackendNames = {
{ LUS::AudioBackend::WASAPI, "Windows Audio Session API" },
{ LUS::AudioBackend::PULSE, "PulseAudio" },
{ LUS::AudioBackend::SDL, "SDL" },
{ LUS::AudioBackend::SDL, "SDL" }
};
ImGui::Text("Audio API (Needs reload)");