XS Framework
A 3DS homebrew development framework.
 
Loading...
Searching...
No Matches
xs::sys Namespace Reference

System-related utilities. More...

Namespaces

namespace  news
 3DS Notification utilities.
 

Classes

class  Services
 

Functions

bool isNew3DS ()
 Checks if the current system is a New 3DS.
 
bool MainLoop ()
 Main Loop. Run this every frame!
 

Detailed Description

System-related utilities.

Function Documentation

◆ isNew3DS()

bool xs::sys::isNew3DS ( )

Checks if the current system is a New 3DS.

Returns
true if running on a New 3DS, false otherwise

◆ MainLoop()

bool xs::sys::MainLoop ( )

Main Loop. Run this every frame!

Returns
true