From 46c42b5ec1c46c091aba2752ce334f72594b4621 Mon Sep 17 00:00:00 2001 From: TurtleP Date: Thu, 1 Apr 2021 14:53:37 -0400 Subject: [PATCH] update setsysGetProductModel --- nx/include/switch/services/set.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/nx/include/switch/services/set.h b/nx/include/switch/services/set.h index fdadec9b..3a9d3cd3 100644 --- a/nx/include/switch/services/set.h +++ b/nx/include/switch/services/set.h @@ -26,12 +26,12 @@ typedef enum { /// 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(?) + 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. @@ -1403,7 +1403,7 @@ Result setsysSetDeviceNickname(const SetSysDeviceNickName *nickname); * @brief GetProductModel * @param[out] out Output ProductModel. */ -Result setsysGetProductModel(s32 *out); +Result setsysGetProductModel(ProductModel *model); /** * @brief GetLdnChannel