citra/src/citra_qt/applets
zhupengfei 190a053987
applets/swkbd: Properly handle button_text
I'm not sure why we decided to have a boolean here, but apparently that wasn't the correct behaviour. According to HW tests, the Software Keyboard simply displays the default text when the button text provided is empty (**not necessarily all zero**). For example, if you set a text for one of the buttons and leave others empty, the button you set will have your text, while others will have their default texts. Removed the boolean and updated frontend code to make it correct.
2020-05-31 09:41:30 +08:00
..
mii_selector.cpp common/string_util: Move TextFromBuffer to string_util 2019-04-08 22:34:21 +08:00
mii_selector.h Address first batch of review comments 2019-04-07 15:35:32 +02:00
swkbd.cpp applets/swkbd: Properly handle button_text 2020-05-31 09:41:30 +08:00
swkbd.h swkbd: Fix a bug where clicking Cancel hangs the game (#5294) 2020-05-04 11:31:17 +02:00