diff options
author | Sunguk Lee | 2018-03-17 03:31:48 +0900 |
---|---|---|
committer | GitHub | 2018-03-17 03:31:48 +0900 |
commit | 1fba2d0d2a81a9d2cd670461f1df7365e8b98062 (patch) | |
tree | d06e2272cbde7b9dbd36c17a9835c1e7613ee0d9 /include/user | |
parent | Merge pull request #303 from Rinnegatamante/patch-25 (diff) | |
parent | Add psp2/sblacmgr.h (diff) | |
download | vds-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.h | 16 |
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_ */ |