From 1791f5774bdf0fed0f015b59046453105a0da1f3 Mon Sep 17 00:00:00 2001 From: EmulationChannel <65925323+EmulationChannel@users.noreply.github.com> Date: Tue, 26 May 2020 13:27:20 -0300 Subject: [PATCH] file_sys: Update SystemVersion archive to version 10.0.3 --- src/core/file_sys/system_archive/system_version.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/file_sys/system_archive/system_version.cpp b/src/core/file_sys/system_archive/system_version.cpp index aa313de66f..764ccd9730 100644 --- a/src/core/file_sys/system_archive/system_version.cpp +++ b/src/core/file_sys/system_archive/system_version.cpp @@ -14,15 +14,15 @@ namespace SystemVersionData { constexpr u8 VERSION_MAJOR = 10; constexpr u8 VERSION_MINOR = 0; -constexpr u8 VERSION_MICRO = 2; +constexpr u8 VERSION_MICRO = 3; constexpr u8 REVISION_MAJOR = 1; constexpr u8 REVISION_MINOR = 0; constexpr char PLATFORM_STRING[] = "NX"; -constexpr char VERSION_HASH[] = "f90143fa8bbc061d4f68c35f95f04f8080c0ecdc"; -constexpr char DISPLAY_VERSION[] = "10.0.2"; -constexpr char DISPLAY_TITLE[] = "NintendoSDK Firmware for NX 10.0.2-1.0"; +constexpr char VERSION_HASH[] = "254bdca8851c49b707c91f407aa2ab06e6be39f8"; +constexpr char DISPLAY_VERSION[] = "10.0.3"; +constexpr char DISPLAY_TITLE[] = "NintendoSDK Firmware for NX 10.0.3-1.0"; } // namespace SystemVersionData