mirror of
https://git.citron-emu.org/citron/emu
synced 2025-05-12 19:00:37 +01:00
api_version: Update constants for HOS 20.0.1
Updates version constants to match Nintendo Switch firmware 20.0.1: - HOS version numbers (20.0.1) - Version hash - Display version string - Display title string Signed-off-by: Zephyron <zephyron@citron-emu.org>
This commit is contained in:
parent
fc88c06769
commit
ba98d0f15c
1 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ namespace HLE::ApiVersion {
|
|||
|
||||
constexpr u8 HOS_VERSION_MAJOR = 20;
|
||||
constexpr u8 HOS_VERSION_MINOR = 0;
|
||||
constexpr u8 HOS_VERSION_MICRO = 0;
|
||||
constexpr u8 HOS_VERSION_MICRO = 1;
|
||||
|
||||
// NintendoSDK version constants.
|
||||
|
||||
|
@ -22,9 +22,9 @@ constexpr u8 SDK_REVISION_MAJOR = 1;
|
|||
constexpr u8 SDK_REVISION_MINOR = 0;
|
||||
|
||||
constexpr char PLATFORM_STRING[] = "NX";
|
||||
constexpr char VERSION_HASH[] = "7147e1386c9b6c15d8f14e6ed68c4b9a7f28fb9b";
|
||||
constexpr char DISPLAY_VERSION[] = "20.0.0";
|
||||
constexpr char DISPLAY_TITLE[] = "NintendoSDK Firmware for NX 20.0.0-9.0";
|
||||
constexpr char VERSION_HASH[] = "0b2540e5cd7498dd61f6caeca5136c73d9b1d21a";
|
||||
constexpr char DISPLAY_VERSION[] = "20.0.1";
|
||||
constexpr char DISPLAY_TITLE[] = "NintendoSDK Firmware for NX 20.0.1-1.0";
|
||||
|
||||
// Atmosphere version constants.
|
||||
|
||||
|
|
Loading…
Reference in a new issue