diff options
| author | Scott Mansell <phiren@gmail.com> | 2023-02-03 19:11:31 +1300 |
|---|---|---|
| committer | Scott Mansell <phiren@gmail.com> | 2023-02-09 18:36:20 +1300 |
| commit | 9c1fe59cc9e9c3616416d78e1ed4b37be1bb2f66 (patch) | |
| tree | 40cf6dd1090667ce482700d79ab67797d2a06099 /Source/Core/VideoCommon/Present.cpp | |
| parent | b2a31103b43c365d4c48a55b805001bfb07d974e (diff) | |
Insert a more solid abstraction between Qt and Imgui
Diffstat (limited to 'Source/Core/VideoCommon/Present.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Present.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<std::array<int, 2>> key_map) +void Presenter::SetKeyMap(const DolphinKeyMap& key_map) { if (m_onscreen_ui) m_onscreen_ui->SetKeyMap(key_map); |
