summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheOfficialFloW2019-01-23 21:42:40 +0100
committerTheOfficialFloW2019-01-23 21:42:40 +0100
commit86913ef5a5c5836076c0bd89a2e40e924e444ffd (patch)
tree3c691726c5ef4acfcace0d408e5d46bae6daf5ce
parentAdded ksceKernelAllocHeapMemoryWithOption (diff)
downloadvds-libraries-86913ef5a5c5836076c0bd89a2e40e924e444ffd.tar.gz
Added new NIDs found in debug strings
-rw-r--r--include/user/promoterutil.h6
-rw-r--r--include/user/sysmodule.h4
-rw-r--r--nids/360/SceCtrl.yml1
-rw-r--r--nids/360/SceKernelDmacMgr.yml3
-rw-r--r--nids/360/ScePromoterUtil.yml4
-rw-r--r--nids/360/SceSysmem.yml5
-rw-r--r--nids/360/SceTouch.yml1
7 files changed, 18 insertions, 6 deletions
diff --git a/include/user/promoterutil.h b/include/user/promoterutil.h
index 283706c..e39d326 100644
--- a/include/user/promoterutil.h
+++ b/include/user/promoterutil.h
@@ -47,13 +47,13 @@ int scePromoterUtilityDeletePkg(const char *titleid);
int scePromoterUtilityUpdateLiveArea(ScePromoterUtilityLAUpdate *args);
/**
- * Install a backup from a directory, and add an icon on the LiveArea.
+ * Install a import from a directory, and add an icon on the LiveArea.
*
- * @param[in] *path - the path of the directory where the extracted content of the backup is
+ * @param[in] *path - the path of the directory where the extracted content of the import is
*
* @return 0 on success.
*/
-int scePromoterUtilityPromoteBackup(const char *path);
+int scePromoterUtilityPromoteImport(const char *path);
/**
* Install a package from a directory, and add an icon on the LiveArea.
diff --git a/include/user/sysmodule.h b/include/user/sysmodule.h
index 858b0a7..1764dbd 100644
--- a/include/user/sysmodule.h
+++ b/include/user/sysmodule.h
@@ -130,9 +130,9 @@ typedef enum SceSysmoduleInternalModuleId {
SCE_SYSMODULE_INTERNAL_NP_COMMERCE2 = 0x8000001D, //!< NpCommerce2 module
SCE_SYSMODULE_INTERNAL_NP_KDC = 0x8000001E, //!< NpKdc module
SCE_SYSMODULE_INTERNAL_MUSIC_EXPORT = 0x8000001F, //!< Music Export module
- SCE_SYSMODULE_INTERNAL_NP_MESSAGE_DLG_IMPL = 0x80000021, //!< NpMessageDlg module
+ SCE_SYSMODULE_INTERNAL_NP_MESSAGE_DIALOG_IMPL = 0x80000021, //!< NpMessageDlg module
SCE_SYSMODULE_INTERNAL_NP_MESSAGE_CONTACTS = 0x80000022, //!< NpMessageContacts module
- SCE_SYSMODULE_INTERNAL_DBRECOVERY_UTILITY = 0x80000023, //!< DBRecoveryUtil module
+ SCE_SYSMODULE_INTERNAL_DB_RECOVERY_UTILITY = 0x80000023, //!< DBRecoveryUtil module
SCE_SYSMODULE_INTERNAL_PROMOTER_UTIL = 0x80000024, //!< scePromoterUtil module
SCE_SYSMODULE_INTERNAL_PARTY_MEMBER_LIST = 0x80000026, //!< Party Member List module
SCE_SYSMODULE_INTERNAL_ULT = 0x80000025, //!< Ult module
diff --git a/nids/360/SceCtrl.yml b/nids/360/SceCtrl.yml
index 0eab598..226366a 100644
--- a/nids/360/SceCtrl.yml
+++ b/nids/360/SceCtrl.yml
@@ -65,6 +65,7 @@ modules:
sceCtrlSetBdRemoconConnected: 0xAA36F578
sceCtrlSetButtonEmulation: 0x1E750326
sceCtrlSetButtonIntercept: 0x06AA5E1A
+ sceCtrlSetCtrlpCallback: 0x7AD9467E
sceCtrlSetIdleCancelKey: 0x0A679512
sceCtrlSetIdleCancelThreshold: 0x345E74FD
sceCtrlSetRapidFire: 0xA248CDAE
diff --git a/nids/360/SceKernelDmacMgr.yml b/nids/360/SceKernelDmacMgr.yml
index 904f303..25fc066 100644
--- a/nids/360/SceKernelDmacMgr.yml
+++ b/nids/360/SceKernelDmacMgr.yml
@@ -12,3 +12,6 @@ modules:
functions:
sceDmacMemcpy: 0x00896B11
sceDmacMemset: 0x4BAC049B
+ sceKernelDmaOpAlloc: 0x7CD5088A
+ sceKernelDmaOpAssign: 0xFCE4171A
+ sceKernelDmaOpFree: 0xADFF1186
diff --git a/nids/360/ScePromoterUtil.yml b/nids/360/ScePromoterUtil.yml
index 6c0fdbb..3bf184e 100644
--- a/nids/360/ScePromoterUtil.yml
+++ b/nids/360/ScePromoterUtil.yml
@@ -9,9 +9,11 @@ modules:
scePromoterUtilityDeletePkg: 0x7D46752F
scePromoterUtilityExit: 0xC95D24A6
scePromoterUtilityGetResult: 0x49B473F0
+ scePromoterUtilityGetSize: 0x1F5EA997
scePromoterUtilityGetState: 0xABEC74D2
scePromoterUtilityInit: 0x93451536
- scePromoterUtilityPromoteBackup: 0x4B37808F
+ scePromoterUtilityPromoteImport: 0x4B37808F
scePromoterUtilityPromotePkg: 0x716C81F4
scePromoterUtilityPromotePkgWithRif: 0x86641BC6
scePromoterUtilityUpdateLiveArea: 0x17D73ECA
+ scePromoterUtilityUpdateUpgradableStatus: 0x82E69783
diff --git a/nids/360/SceSysmem.yml b/nids/360/SceSysmem.yml
index 1c36619..909cb58 100644
--- a/nids/360/SceSysmem.yml
+++ b/nids/360/SceSysmem.yml
@@ -235,13 +235,18 @@ modules:
SceSysmemForKernel:
nid: 0x63A519E5
functions:
+ sceGUIDGetUIDVectorByClass: 0xEC7D36EF
sceKernelCreateUidObj: 0xDF0288D7
sceKernelFindClassByName: 0x62989905
+ sceKernelGetFixedHeapInfoByPointer: 0x219E90FD
+ sceKernelGetHeapInfoByPtr: 0x68451777
sceKernelGetMemBlockType: 0x289BE3EC
sceKernelGetUidDLinkClass: 0xC105604E
sceKernelGetUidHeapClass: 0x4CCA935D
sceKernelGetUidMemBlockClass: 0xAF729575
+ sceKernelNameHeapGetInfo: 0xE443253B
sceKernelRxMemcpyKernelToUserForPid: 0x30931572
+ sceKernelUIDEntryHeapGetInfo: 0x686AA15C
SceSysrootForKernel:
nid: 0x3691DA45
functions:
diff --git a/nids/360/SceTouch.yml b/nids/360/SceTouch.yml
index 993ed07..bc95b9f 100644
--- a/nids/360/SceTouch.yml
+++ b/nids/360/SceTouch.yml
@@ -47,6 +47,7 @@ modules:
sceTouchRead: 0x70C8AACE
sceTouchReadRegion: 0x9A91F624
sceTouchRegisterVirtualTouchDriver: 0x03C3AC7C
+ sceTouchSetCtrlpCallback: 0x628D9324
sceTouchSetRegion: 0x7985B164
sceTouchSetRegionAttr: 0x10A998DE
sceTouchSetSamplingState: 0x1247257A