From 1ed99323a85cd7a32d4e4df2cfdac57c293d293d Mon Sep 17 00:00:00 2001 From: devnoname120 Date: Fri, 10 Feb 2017 08:12:15 +0100 Subject: Switch license to MIT Close #104 --- include/user/kernel/threadmgr.h | 2 -- include/user/promoterutil.h | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'include/user') diff --git a/include/user/kernel/threadmgr.h b/include/user/kernel/threadmgr.h index e8376d0..3681c19 100644 --- a/include/user/kernel/threadmgr.h +++ b/include/user/kernel/threadmgr.h @@ -1099,7 +1099,6 @@ typedef enum SceKernelIdListType { SceKernelIdListType sceKernelGetThreadmgrUIDClass(SceUID uid); - typedef struct SceKernelLwMutexWork { SceInt64 data[4]; } SceKernelLwMutexWork; @@ -1127,7 +1126,6 @@ int sceKernelSignalLwCond(SceKernelLwCondWork *pWork); int sceKernelWaitLwCond(SceKernelLwCondWork *pWork, unsigned int *pTimeout); - /** * Get the system time (wide version) * diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h index 117b4c3..c3d2009 100644 --- a/include/user/promoterutil.h +++ b/include/user/promoterutil.h @@ -31,11 +31,9 @@ int scePromoterUtilityExit(void); /** * Delete a package from the LiveArea. * - * @param[in] *titleid - * * @return 0 on success. */ -int scePromoterUtilityDeletePkg(const char *titleid); +int scePromoterUtilityDeletePkg(void *unk); /** * Update the LiveArea ressources of an app -- cgit v1.2.3