3DS Notification utilities. More...
Functions | |
| bool | addNotification (const std::string &title, const std::string &message) |
| Add a text notification (no image). | |
| void | utf8ToUtf16 (u16 *dst, const char *src, size_t maxChars) |
| Basic ASCII-only UTF-8 → UTF-16 converter. | |
3DS Notification utilities.
| bool xs::sys::news::addNotification | ( | const std::string & | title, |
| const std::string & | message ) |
Add a text notification (no image).
| title | Title text |
| message | Message text |
| void xs::sys::news::utf8ToUtf16 | ( | u16 * | dst, |
| const char * | src, | ||
| size_t | maxChars ) |
Basic ASCII-only UTF-8 → UTF-16 converter.