summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_software_keyboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* applets/swkbd: Fix text check message encodingMorph2021-11-081-7/+15
| | | | The text check message can be encoded in UTF-8.
* applets/swkbd: Skip text checking if the text has been confirmedMorph2021-11-081-7/+13
| | | | | | | Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation. The confirmation text itself seems to be corrupted though, this needs to be investigated. Fixes the software keyboard in Famicom Detective Club: The Missing Heir
* applet_swkbd: Include the null terminator in the buffer size calculationMorph2021-08-051-2/+4
| | | | Some games may interpret the read string as a null-terminated string instead of just reading the string up to buffer_size.
* applet_swkbd: Correct string buffer size calculationMorph2021-07-301-2/+2
| | | | The buffer size here does not include the initial 8 bytes.
* applets: Append applet_ prefix to backend appletsMorph2021-07-141-0/+1082