mirror of
https://github.com/mborgerson/xemu.git
synced 2026-02-04 16:15:36 +00:00
mcpx: Support 3D voice HRTF filtering
This commit is contained in:
committed by
mborgerson
parent
05b1f2c13d
commit
344f7da132
@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user