mcpx: Support 3D voice HRTF filtering

This commit is contained in:
Matt Borgerson
2025-05-29 14:33:54 -07:00
committed by mborgerson
parent 05b1f2c13d
commit 344f7da132
6 changed files with 256 additions and 4 deletions

View File

@ -228,6 +228,8 @@ void DebugApuWindow::Draw()
mcpx_apu_debug_set_ep_realtime_enabled(ep_realtime);
}
ImGui::Checkbox("HRTF Filtering\n", &g_config.audio.hrtf);
ImGui::Columns(1);
ImGui::End();
}