KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Run-Time

API providing run-time KOS version and utilties. More...

Topics

 Checks
 Run-time checks against KOS's current version.
 
 Current
 Current run-time version of KOS
 

Typedefs

typedef uint32_t kos_version_t
 Type of a KOS version identifier.
 

Detailed Description

API providing run-time KOS version and utilties.

This API is is specifically for the run-time versioning. As such this API operates on the KOS version that was linked against and is not suited for use at the preprocessor level.

Typedef Documentation

◆ kos_version_t

typedef uint32_t kos_version_t

Type of a KOS version identifier.

This identifier packs the 3 version components into a single opaque ID.

Warning
It is not safe to compare two different versions together as if they were regular integral types. You must use the Run-time Checks API.