mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-06 03:12:15 +02:00
whoops
This commit is contained in:
parent
ad374f9592
commit
0393309c49
@ -14,5 +14,5 @@ void hosversionSet(u32 version)
|
||||
|
||||
bool hosversionIsAtmosphere(void)
|
||||
{
|
||||
return __atomic_load_n(&g_hosIsAms, __ATOMIC_SEQ_CST) & (BIT(31));
|
||||
return __atomic_load_n(&g_hosVersion, __ATOMIC_SEQ_CST) & (BIT(31));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user