Input GUI: Add tab to remap controls (#1900)
This commit is contained in:
parent
47fcd68b01
commit
e91327c86a
9 changed files with 825 additions and 8 deletions
|
@ -23,6 +23,7 @@ set(SRCS
|
|||
configure_dialog.cpp
|
||||
configure_general.cpp
|
||||
configure_system.cpp
|
||||
configure_input.cpp
|
||||
game_list.cpp
|
||||
hotkeys.cpp
|
||||
main.cpp
|
||||
|
@ -54,6 +55,7 @@ set(HEADERS
|
|||
configure_dialog.h
|
||||
configure_general.h
|
||||
configure_system.h
|
||||
configure_input.h
|
||||
game_list.h
|
||||
game_list_p.h
|
||||
hotkeys.h
|
||||
|
@ -72,6 +74,7 @@ set(UIS
|
|||
configure_debug.ui
|
||||
configure_general.ui
|
||||
configure_system.ui
|
||||
configure_input.ui
|
||||
hotkeys.ui
|
||||
main.ui
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue