Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

devices

Alexander Hartmann edited this page Sep 21, 2015 · 1 revision

This struct includes all currently available 3DS Types. Also it includes a placeholder for possible future types.

typedef struct devicesStruct
{
    u32 old3DS : 1;
    u32 old3DSXL : 1;
    u32 old2DS : 1;
    u32 new3DS : 1;
    u32 new3DSXL : 1;
    u32 placeholder : 3;
} devices;
Clone this wiki locally