diff --git a/core/gdxsv/gdxsv_backend_replay.cpp b/core/gdxsv/gdxsv_backend_replay.cpp index f6035dbbb..70028d5a9 100644 --- a/core/gdxsv/gdxsv_backend_replay.cpp +++ b/core/gdxsv/gdxsv_backend_replay.cpp @@ -916,9 +916,7 @@ void GdxsvBackendReplay::RenderPauseMenu() { ImGui::Text("LT: Previous Round"); } -#ifdef NDEBUG - ImGui::Checkbox("Save converted replay on end", &save_converted_log_); -#endif + // ImGui::Checkbox("Save converted replay on end", &save_converted_log_); ImGui::End(); }