From 9c1fe59cc9e9c3616416d78e1ed4b37be1bb2f66 Mon Sep 17 00:00:00 2001 From: Scott Mansell Date: Fri, 3 Feb 2023 19:11:31 +1300 Subject: Insert a more solid abstraction between Qt and Imgui --- Source/Core/VideoCommon/Present.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon/Present.cpp') diff --git a/Source/Core/VideoCommon/Present.cpp b/Source/Core/VideoCommon/Present.cpp index fa3be6acc5..068c4693fa 100644 --- a/Source/Core/VideoCommon/Present.cpp +++ b/Source/Core/VideoCommon/Present.cpp @@ -571,7 +571,7 @@ void Presenter::Present() g_gfx->EndUtilityDrawing(); } -void Presenter::SetKeyMap(std::span> key_map) +void Presenter::SetKeyMap(const DolphinKeyMap& key_map) { if (m_onscreen_ui) m_onscreen_ui->SetKeyMap(key_map); -- cgit v1.2.3