libnx
Functions
detect.h File Reference

Kernel version detection. More...

#include "../types.h"

Go to the source code of this file.

Functions

bool kernelAbove200 (void)
 Returns true if the kernel version is equal to or above 2.0.0.
 
bool kernelAbove300 (void)
 Returns true if the kernel version is equal to or above 3.0.0.
 
bool kernelAbove400 (void)
 Returns true if the kernel version is equal to or above 4.0.0.
 
bool kernelAbove500 (void)
 Returns true if the kernel version is equal to or above 5.0.0.
 
bool detectDebugger (void)
 Returns true if the process has a debugger attached.
 

Detailed Description

Kernel version detection.

Author
plutoo