mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Insert a more solid abstraction between Qt and Imgui
This commit is contained in:
parent
b2a31103b4
commit
9c1fe59cc9
9 changed files with 80 additions and 38 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue