pub fn get_version_number() -> [u8; 4]Expand description
Retrieves the numeric PSP version identifier.
The returned array contains
[Major, Minor, Revision, MissionRevision].
MissionRevision semantics: 0 = official release, 1–254 = local patch (mission use), 255 = development build.