(ctr/3ds) add target.
[pcsx_rearmed.git] / frontend / 3ds / libkhax / khax.h
1 #pragma once\r
2 \r
3 #include <3ds.h>\r
4 \r
5 #ifdef __cplusplus\r
6 extern "C" {\r
7 #endif\r
8 \r
9 // Initialize and do the initial pwning of the ARM11 kernel.\r
10 Result khaxInit();\r
11 // Shut down libkhax\r
12 Result khaxExit();\r
13 \r
14 #ifdef __cplusplus\r
15 }\r
16 #endif\r