3DS Notification utilities.
Definition sys.hpp:36
void utf8ToUtf16(u16 *dst, const char *src, size_t maxChars)
Basic ASCII-only UTF-8 → UTF-16 converter.
bool addNotification(const std::string &title, const std::string &message)
Add a text notification (no image).
System-related utilities.
Definition service.hpp:20
bool isNew3DS()
Checks if the current system is a New 3DS.
bool MainLoop()
Main Loop. Run this every frame!
Definition sys.hpp:28