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

kernelVersion

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

This struct is based on the layout the kernel version has on 3DS memory.

typedef struct kernelVersionStruct
{
    u8 unknown;
    u8 revision;
    u8 minor;
    u8 major;
}kernelVersion;
Clone this wiki locally