mirror of
https://github.com/open-goal/jak-project
synced 2026-06-04 10:49:04 -04:00
game/imgui: remove V-Sync checkbox as it can't be interacted with (#1726)
This commit is contained in:
@@ -117,8 +117,6 @@ void OpenGlDebugGui::draw(const DmaStats& dma_stats) {
|
||||
}
|
||||
|
||||
if (ImGui::BeginMenu("Frame Rate")) {
|
||||
ImGui::Checkbox("Enable V-Sync", &Gfx::g_global_settings.vsync);
|
||||
ImGui::Separator();
|
||||
ImGui::Checkbox("Framelimiter", &Gfx::g_global_settings.framelimiter);
|
||||
ImGui::InputFloat("Target FPS", &target_fps_input);
|
||||
if (ImGui::MenuItem("Apply")) {
|
||||
|
||||
Reference in New Issue
Block a user