Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
Alexander Hartmann edited this page Sep 21, 2015 · 1 revision

This struct includes all types of nands, that could be used. Also a placeholder for possible future types is included.

typedef struct nandTypesStruct
{
    u32 System : 1;
    u32 Emu : 1;
    u32 placeholder : 6;
} nands;
Clone this wiki locally