Lioncash
|
b47c0c8a80
|
configure_hotkeys: Avoid dialog memory leak within Configure()
Without a parent, this dialog won't have its memory freed when it
happens to get destroyed.
|
2019-04-09 20:05:57 -04:00 |
|
Lioncash
|
dbf13f8169
|
configure_hotkeys: Mark member variables as const where applicable in Configure()
|
2019-04-09 19:50:14 -04:00 |
|
Lioncash
|
cf6cdd20f8
|
configure_hotkeys: Make comparison check a little more self-documenting
This is checking if an index is valid or not and returning early if it
isn't.
|
2019-04-09 19:47:20 -04:00 |
|
Lioncash
|
e28a5b0d18
|
configure_hotkey: Make IsUsedKey() a const member function
This doesn't actually modify instance state of the dialog, so this can
be made const.
|
2019-04-09 19:35:54 -04:00 |
|
Adityarup Laha
|
57a4a2ae0f
|
yuzu: Make hotkeys configurable via the GUI
* Adds a new Hotkeys tab in the Controls group.
* Double-click a Hotkey to rebind it.
|
2019-03-16 03:55:57 +01:00 |
|