mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-29 22:42:40 +02:00
ams: communicate status to libnx
This commit is contained in:
parent
36616d6e0b
commit
efe104b0ea
@ -76,7 +76,7 @@ namespace ams::hos {
|
|||||||
const u32 major = (hos_version_val >> 24) & 0xFF;
|
const u32 major = (hos_version_val >> 24) & 0xFF;
|
||||||
const u32 minor = (hos_version_val >> 16) & 0xFF;
|
const u32 minor = (hos_version_val >> 16) & 0xFF;
|
||||||
const u32 micro = (hos_version_val >> 8) & 0xFF;
|
const u32 micro = (hos_version_val >> 8) & 0xFF;
|
||||||
hosversionSet(MAKEHOSVERSION(major, minor, micro));
|
hosversionSet((BIT(31)) | (MAKEHOSVERSION(major, minor, micro)));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user