XS Framework
A 3DS homebrew development framework.
 
Loading...
Searching...
No Matches
sys.hpp File Reference
#include <3ds.h>
#include <string>
#include <vector>
Include dependency graph for sys.hpp:
This graph shows which files directly or indirectly include this file:

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.