summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
authorCelesteBlue-dev2018-03-15 18:36:14 +0100
committerGitHub2018-03-15 18:36:14 +0100
commitbd38b71f0d04ea2837b0af9f710ed832ca72f4bb (patch)
treebf3375cf9e52e8bd360fd8a2e233c176ab348480 /include/user
parentAdd _sceSblACMgrIsGameProgram (diff)
downloadvds-libraries-bd38b71f0d04ea2837b0af9f710ed832ca72f4bb.tar.gz
Add psp2/sblacmgr.h
Diffstat (limited to '')
-rw-r--r--include/user/sblacmgr.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/user/sblacmgr.h b/include/user/sblacmgr.h
new file mode 100644
index 0000000..17a14f5
--- /dev/null
+++ b/include/user/sblacmgr.h
@@ -0,0 +1,16 @@
+#ifndef _PSP2_SBLACMGR_H_
+#define _PSP2_SBLACMGR_H_
+
+#include <psp2/types.h>
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int _sceSblACMgrIsGameProgram(void);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* _PSP2_SBLACMGR_H_ */