citra/src/core/hle/applets
zhupengfei 17ba846a3f
applets/swkbd: Remove text memory clearing
The text shared memory wasn't supposed to be cleared according to my comparison with the LLE swkbd. This can cause issues in certain games such as Harvest Moon.

A null terminator is added to the text copied to mark the end of the string.
2019-12-01 23:01:07 +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: Remove text memory clearing 2019-12-01 23:01:07 +08:00
swkbd.h applets/swkbd: Add callback support 2019-04-08 21:45:29 +08:00