diff --git a/pcsx2/ImGui/ImGuiManager.cpp b/pcsx2/ImGui/ImGuiManager.cpp index 16e09eccaf..b8c529af42 100644 --- a/pcsx2/ImGui/ImGuiManager.cpp +++ b/pcsx2/ImGui/ImGuiManager.cpp @@ -146,6 +146,7 @@ bool ImGuiManager::Initialize() io.BackendUsingLegacyKeyArrays = 0; io.BackendUsingLegacyNavInputArray = 0; io.ConfigFlags |= ImGuiConfigFlags_NavEnableKeyboard | ImGuiConfigFlags_NavEnableGamepad; + io.KeyRepeatDelay = 0.5f; s_window_width = static_cast(g_gs_device->GetWindowWidth()); s_window_height = static_cast(g_gs_device->GetWindowHeight());