diff options
author | Reiko Asakura | 2021-03-12 16:26:05 -0500 |
---|---|---|
committer | Reiko Asakura | 2021-03-12 16:26:05 -0500 |
commit | 5f3bb4489edf66b6516da3e1e528a7df014413b0 (patch) | |
tree | 53ed54687e1514a9feab6ec503f1ac38775f2e5f | |
parent | Refactor structs in common/appmgr.h (diff) | |
download | vds-libraries-5f3bb4489edf66b6516da3e1e528a7df014413b0.tar.gz |
Add error code SCE_APPMGR_ERROR_NOSYS
-rw-r--r-- | include/common/appmgr.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/common/appmgr.h b/include/common/appmgr.h index ce49a80..f9cb79f 100644 --- a/include/common/appmgr.h +++ b/include/common/appmgr.h @@ -13,6 +13,13 @@ extern "C" { #endif +/*J 定数 --------------------------------------------------------------------------------- */ +/*E Constants ---------------------------------------------------------------------------- */ + +/*J エラー番号 */ +/*E Error code */ +#define SCE_APPMGR_ERROR_NOSYS (-2139086817) /* 0x8080201F */ + /*J 構造体 -------------------------------------------------------------------------------- */ /*E Structures ---------------------------------------------------------------------------- */ |