Skip to content

Commit 2c0e5a0

Browse files
committed
Audio buffers gui update
1 parent 3063250 commit 2c0e5a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

platforms/shared/desktop/gui_menus.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1262,7 +1262,8 @@ static void menu_audio(void)
12621262
ImGui::BeginTooltip();
12631263
ImGui::Text("Lower values reduce audio latency.");
12641264
ImGui::Text("Higher values prevent audio underruns.");
1265-
ImGui::Text("Audio latency: %.0f ms", latency_ms);
1265+
ImGui::Text("Enabling VSync will force higher buffer counts.");
1266+
ImGui::Text("Current audio latency: %.0f ms", latency_ms);
12661267
ImGui::EndTooltip();
12671268
}
12681269
ImGui::EndMenu();

0 commit comments

Comments
 (0)