Controller bugfixes in profile select (#8716)
* Controller bugfixes in profile select, closes #8265 2 fixes for using a controller in profile select dialog. Pressing 'B' cancels the launch of the game Using controller to select a profile now correctly sets the index to use for the launch * Added brackets to if statements as requested.
This commit is contained in:
parent
1f7e62e86e
commit
cd5bbf0f04
3 changed files with 10 additions and 5 deletions
|
|
@ -218,7 +218,7 @@ private:
|
|||
void SetDiscordEnabled(bool state);
|
||||
void LoadAmiibo(const QString& filename);
|
||||
|
||||
void SelectAndSetCurrentUser();
|
||||
bool SelectAndSetCurrentUser();
|
||||
|
||||
/**
|
||||
* Stores the filename in the recently loaded files list.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue