citra/src/core/hle/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
..
applet.cpp core: use nested namespaces 2019-02-18 20:34:18 -05:00
applet.h core: use nested namespaces 2019-02-18 20:34:18 -05:00
erreula.cpp core: use nested namespaces 2019-02-18 20:34:18 -05:00
erreula.h Kernel: replace boost::intrusive_ptr with std::shared_ptr 2019-03-24 14:32:11 -04:00
mii_selector.cpp common/string_util: Move TextFromBuffer to string_util 2019-04-08 22:34:21 +08:00
mii_selector.h Address more reviews 2019-04-07 15:35:32 +02:00
mint.cpp core: use nested namespaces 2019-02-18 20:34:18 -05:00
mint.h Kernel: replace boost::intrusive_ptr with std::shared_ptr 2019-03-24 14:32:11 -04:00
swkbd.cpp applets/swkbd: Properly handle button_text 2020-05-31 09:41:30 +08:00
swkbd.h applets/swkbd: Add callback support 2019-04-08 21:45:29 +08:00