mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-03 10:02:14 +02:00
add ProductModel enum
This commit is contained in:
parent
7e29719263
commit
9fe22fd55f
@ -23,6 +23,17 @@ typedef enum {
|
|||||||
ColorSetId_Dark = 1,
|
ColorSetId_Dark = 1,
|
||||||
} ColorSetId;
|
} ColorSetId;
|
||||||
|
|
||||||
|
/// Console Product Models
|
||||||
|
typedef enum {
|
||||||
|
MODEL_INVALID = 0, ///< Invalid Model
|
||||||
|
MODEL_NX = 1, ///< Erista Model
|
||||||
|
MODEL_COPPER = 2, ///< Erista "Simulation" Model
|
||||||
|
MODEL_IOWA = 3, ///< Mariko Model
|
||||||
|
MODEL_HOAG = 4, ///< Mariko Lite Model
|
||||||
|
MODEL_CALCIO = 5, ///< Mariko "Simulation" Model
|
||||||
|
MODEL_AULA = 6, ///< Mariko Pro Model(?)
|
||||||
|
} ProductModel;
|
||||||
|
|
||||||
/// IDs for Language.
|
/// IDs for Language.
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user