#include <3ds.h>#include <string>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | xs |
| namespace | xs::sys |
| System-related utilities. | |
| namespace | xs::sys::news |
| 3DS Notification utilities. | |
Functions | |
| bool | xs::sys::isNew3DS () |
| Checks if the current system is a New 3DS. | |
| bool | xs::sys::MainLoop () |
| Main Loop. Run this every frame! | |
| bool | xs::sys::news::addNotification (const std::string &title, const std::string &message) |
| Add a text notification (no image). | |
| void | xs::sys::news::utf8ToUtf16 (u16 *dst, const char *src, size_t maxChars) |
| Basic ASCII-only UTF-8 → UTF-16 converter. | |