1
0
Fork 0
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:
Pablo Curiel 2021-02-27 05:55:25 -04:00
parent 72c9349675
commit 56a4b2f747

View file

@ -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. */