#include <3ds.h>#include <citro2d.h>#include <citro3d.h>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 } |