mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
6 lines
133 B
C
6 lines
133 B
C
// Copyright 2017 plutoo
|
|
bool kernelAbove200(void);
|
|
bool kernelAbove300(void);
|
|
bool kernelAbove400(void);
|
|
bool detectDebugger(void);
|