mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
Derp
This commit is contained in:
parent
6c72bf8273
commit
d604976f08
@ -18,8 +18,10 @@ static void _CacheValues(void)
|
||||
|
||||
mutexLock(&g_Mutex);
|
||||
|
||||
if (g_HasCached)
|
||||
if (g_HasCached) {
|
||||
mutexUnlock(&g_Mutex);
|
||||
return;
|
||||
}
|
||||
|
||||
u64 tmp;
|
||||
g_IsAbove200 = (svcGetInfo(&tmp, 12, INVALID_HANDLE, 0) != 0xF001);
|
||||
|
Loading…
Reference in New Issue
Block a user