mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-02-02 04:55:40 +01:00
17 lines
237 B
C
17 lines
237 B
C
#pragma once
|
|
|
|
#include <3ds.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
// Initialize and do the initial pwning of the ARM11 kernel.
|
|
Result khaxInit();
|
|
// Shut down libkhax
|
|
Result khaxExit();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|