mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-08-08 16:39:27 +02:00
exo/daybreak: advertise (and check against) supported hos version
This commit is contained in:
parent
4f66af77b0
commit
1b378d8eb1
@ -65,6 +65,8 @@ namespace ams::kern::board::nintendo::nx::smc {
|
||||
ExosphereEmummcType = 65007,
|
||||
ExospherePayloadAddress = 65008,
|
||||
ExosphereLogConfiguration = 65009,
|
||||
ExosphereForceEnableUsb30 = 65010,
|
||||
ExosphereSupportedHosVersion = 65011,
|
||||
};
|
||||
|
||||
enum class SmcResult {
|
||||
|
@ -234,6 +234,7 @@ namespace ams::spl {
|
||||
ExospherePayloadAddress = 65008,
|
||||
ExosphereLogConfiguration = 65009,
|
||||
ExosphereForceEnableUsb30 = 65010,
|
||||
ExosphereSupportedHosVersion = 65011,
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user