diff --git a/game/graphics/opengl_renderer/debug_gui.cpp b/game/graphics/opengl_renderer/debug_gui.cpp index 8cf4714448..170ba86ad5 100644 --- a/game/graphics/opengl_renderer/debug_gui.cpp +++ b/game/graphics/opengl_renderer/debug_gui.cpp @@ -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")) {