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

Go to the source code of this file.

Classes

class  xs::sys::Services
 

Namespaces

namespace  xs
 
namespace  xs::services
 
namespace  xs::sys
 System-related utilities.
 

Enumerations

enum  xs::services::ServiceFlags : uint32_t {
  xs::services::NONE = 0 , xs::services::GFX_SERVICE = 1 << 0 , xs::services::NEWS_SERVICE = 1 << 1 , xs::services::CONSOLE_TOP = 1 << 2 ,
  xs::services::CONSOLE_BOTTOM = 1 << 3 , xs::services::C2D_SERVICE = 1 << 4 , xs::services::C3D_SERVICE = 1 << 5
}