From 9fe22fd55f27ff5c1c3efa2db9ed0cbcd45a1349 Mon Sep 17 00:00:00 2001 From: TurtleP Date: Thu, 1 Apr 2021 14:50:28 -0400 Subject: [PATCH] add ProductModel enum --- nx/include/switch/services/set.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nx/include/switch/services/set.h b/nx/include/switch/services/set.h index 04dcee4d..fdadec9b 100644 --- a/nx/include/switch/services/set.h +++ b/nx/include/switch/services/set.h @@ -23,6 +23,17 @@ typedef enum { ColorSetId_Dark = 1, } 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. typedef enum {