summaryrefslogtreecommitdiff
path: root/include/user
diff options
context:
space:
mode:
authorTheOfficialFloW2017-02-14 11:26:21 +0100
committerTheOfficialFloW2017-02-14 11:26:21 +0100
commitba67b3aa52bd8cb3cbd898333bd23f4389f1ba22 (patch)
tree029b4b292adf57250339edc1e287f55003fd8699 /include/user
parentAdded a dozen of nids (diff)
downloadvds-libraries-ba67b3aa52bd8cb3cbd898333bd23f4389f1ba22.tar.gz
Added missing definitions for VitaShell
Diffstat (limited to '')
-rw-r--r--include/user/appmgr.h3
-rw-r--r--include/user/power.h7
2 files changed, 10 insertions, 0 deletions
diff --git a/include/user/appmgr.h b/include/user/appmgr.h
index f93e608..8a4a9d7 100644
--- a/include/user/appmgr.h
+++ b/include/user/appmgr.h
@@ -60,6 +60,9 @@ typedef struct SceAppMgrLaunchAppOptParam SceAppMgrLaunchAppOptParam; // Missing
#define SCE_APPMGR_MAX_APP_NAME_LENGTH (31)
+//! Destroy all other apps
+int sceAppMgrDestroyOtherApp(void);
+
//! name: The Title ID of the application
int sceAppMgrDestroyAppByName(char *name);
diff --git a/include/user/power.h b/include/user/power.h
index 75f1673..8eadf1a 100644
--- a/include/user/power.h
+++ b/include/user/power.h
@@ -148,6 +148,13 @@ int scePowerRequestStandby(void);
int scePowerRequestSuspend(void);
/**
+ * Request display off
+ *
+ * @return always 0
+ */
+int scePowerRequestDisplayOff(void);
+
+/**
* Sets CPU clock frequency
*
* @param freq - Frequency to set in Mhz