srvpm: Correct the previous sysver check fix
This commit is contained in:
parent
3cefb61d91
commit
02f516111f
@ -8,7 +8,7 @@
|
||||
#include <3ds/ipc.h>
|
||||
#include <3ds/os.h>
|
||||
|
||||
#define IS_PRE_7X (GET_VERSION_MINOR(osGetFirmVersion()) < 39)
|
||||
#define IS_PRE_7X (GET_VERSION_MINOR(osGetKernelVersion()) < 39)
|
||||
|
||||
static Handle srvPmHandle;
|
||||
static int srvPmRefCount;
|
||||
|
Loading…
Reference in New Issue
Block a user