summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_software_keyboard.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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