summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReiko Asakura2020-03-18 14:06:45 -0400
committerReiko Asakura2020-03-18 14:06:45 -0400
commitf211c9ec7df72b9fd477f38d55892e756288d40f (patch)
tree811f9bc88adf44df196a1b9c7ae55f76853bfc94
parentAdd psp2kern/audioout.h (diff)
downloadvds-libraries-f211c9ec7df72b9fd477f38d55892e756288d40f.tar.gz
Add prototype ksceSblACMgrIsPspEmu
-rw-r--r--include/kernel/sblacmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/kernel/sblacmgr.h b/include/kernel/sblacmgr.h
index 99621dc..04a182c 100644
--- a/include/kernel/sblacmgr.h
+++ b/include/kernel/sblacmgr.h
@@ -8,6 +8,7 @@ extern "C" {
#endif
int sceSblACMgrIsShell(SceUID pid);
+int sceSblACMgrIsPspEmu(SceUID pid);
int sceSblACMgrIsGameProgram(SceUID pid);
int sceSblACMgrIsNonGameProgram(SceUID pid);
int sceSblACMgrIsDevelopmentMode(void);