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

firmwareVersion

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

This struct shows defines the version, in order it is shown by the 3DS System Settings.

typedef struct firmwareVersionStruct
{
    u8 major;
    u8 minor;
    u8 revision;
    u8 nver;
}firmwareVersion;
Clone this wiki locally