1
0
mirror of https://github.com/switchbrew/libnx.git synced 2025-07-14 06:52:14 +02:00
This commit is contained in:
plutoo 2018-01-01 22:30:29 +01:00
parent 5cad71213b
commit 53a63d861a

View File

@ -31,5 +31,5 @@ bool kernelAbove300() {
bool kernelAbove400() { bool kernelAbove400() {
_CacheValues(); _CacheValues();
return g_IsAbove300; return g_IsAbove400;
} }