mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 08:29:44 -04:00
Implement support for 9.1.0
This commit is contained in:
parent
48b0b2fc46
commit
33827fe3a3
22 changed files with 71 additions and 26 deletions
|
@ -66,6 +66,8 @@ namespace ams::hos {
|
|||
break;
|
||||
case exosphere::TargetFirmware_900:
|
||||
g_hos_version = hos::Version_900;
|
||||
case exosphere::TargetFirmware_910:
|
||||
g_hos_version = hos::Version_910;
|
||||
break;
|
||||
AMS_UNREACHABLE_DEFAULT_CASE();
|
||||
}
|
||||
|
@ -132,6 +134,10 @@ namespace ams::hos {
|
|||
major = 9;
|
||||
minor = 0;
|
||||
micro = 0;
|
||||
case hos::Version_910:
|
||||
major = 9;
|
||||
minor = 1;
|
||||
micro = 0;
|
||||
break;
|
||||
AMS_UNREACHABLE_DEFAULT_CASE();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue