| Age | Commit message (Collapse) | Author |
|
yuzu/{profile_select, software_keyboard}: Tidy up interface
|
|
This behavior is already provided by the built-in exec() function. We
just need to check the return value of it.
|
|
Qt uses a signed value to represent indices. We should follow this
convention where applicable to avoid unnecessary sign-conversion
warnings, as well as making it easier to interoperate with other aspects
of Qt.
While we're at it, we can also make a sign-conversion explicit.
|
|
|
|
* Adds a new Hotkeys tab in the Controls group.
* Double-click a Hotkey to rebind it.
|
|
Fixes bugs relating to signalling in software keyboard.
|
|
Presents profiles in a list, similar to switch.
|