From bba6c470a64c55c80789eafdcda4ccdb5d043e1e Mon Sep 17 00:00:00 2001 From: GrapheneCt Date: Sat, 24 Oct 2020 00:07:54 -0400 Subject: Add SceMotion ext and internal funcs --- include/user/motion.h | 109 +++++++++++++++++++++++++++++++++++++++++++++ nids/360/SceDriverUser.yml | 11 +++++ 2 files changed, 120 insertions(+) create mode 100644 include/user/motion.h diff --git a/include/user/motion.h b/include/user/motion.h new file mode 100644 index 0000000..61ff756 --- /dev/null +++ b/include/user/motion.h @@ -0,0 +1,109 @@ +#ifndef _DOLCESDK_PSP2_MOTION_H_ +#define _DOLCESDK_PSP2_MOTION_H_ + +#include_next + +#if defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) +extern "C" { +#endif /* defined(_LANGUAGE_C_PLUS_PLUS)||defined(__cplusplus)||defined(c_plusplus) */ + +/* Extended functions */ + +/* + * Initialize libMotion for extended use + * @retval SCE_OK success + *