mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-10 04:31:44 +00:00
Update utils.c
This commit is contained in:
parent
72c9349675
commit
56a4b2f747
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ bool utilsInitializeResources(void)
|
|||
LOGFILE("Horizon OS version: %u.%u.%u.", HOSVER_MAJOR(hos_version), HOSVER_MINOR(hos_version), HOSVER_MICRO(hos_version));
|
||||
|
||||
/* Retrieve custom firmware type. */
|
||||
if (!_utilsGetCustomFirmwareType()) goto end;
|
||||
_utilsGetCustomFirmwareType();
|
||||
LOGFILE("Detected %s CFW.", (g_customFirmwareType == UtilsCustomFirmwareType_Atmosphere ? "Atmosphère" : (g_customFirmwareType == UtilsCustomFirmwareType_SXOS ? "SX OS" : "ReiNX")));
|
||||
|
||||
/* Initialize needed services. */
|
||||
|
|
Loading…
Reference in a new issue