mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-18 08:28:58 +02:00
Input GUI: Add tab to remap controls (#1900)
This commit is contained in:
parent
1d27e68bd6
commit
9e4923c36c
9 changed files with 825 additions and 8 deletions
|
|
@ -513,6 +513,7 @@ void GMainWindow::OnConfigure() {
|
|||
if (result == QDialog::Accepted)
|
||||
{
|
||||
configureDialog.applyConfiguration();
|
||||
render_window->ReloadSetKeymaps();
|
||||
config->Save();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue