summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
authorSunguk Lee2018-03-17 03:31:48 +0900
committerGitHub2018-03-17 03:31:48 +0900
commit1fba2d0d2a81a9d2cd670461f1df7365e8b98062 (patch)
treed06e2272cbde7b9dbd36c17a9835c1e7613ee0d9 /include/user
parentMerge pull request #303 from Rinnegatamante/patch-25 (diff)
parentAdd psp2/sblacmgr.h (diff)
downloadvds-libraries-1fba2d0d2a81a9d2cd670461f1df7365e8b98062.tar.gz
Merge pull request #302 from CelesteBlue-dev/patch-5
Add _sceSblACMgrIsGameProgram in db.yml and headers
Diffstat (limited to 'include/user')
-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_ */