Figured out the real name for sceChnnlsv_21BE78B4, sceSdCleanList.

This commit is contained in:
qwikrazor87 2014-07-20 12:14:09 -08:00
parent d470894154
commit 68115b82ce
2 changed files with 4 additions and 4 deletions

View File

@ -657,8 +657,8 @@ signalsema:
* @return SCE_CHNNLSV_ERROR_ILLEGAL_ADDR if ctx cannot be accessed from the current context.
*
*/
//Subroutine sceChnnlsv_21BE78B4 - Address 0x00001380
s32 sceChnnlsv_21BE78B4(SceSdCtx1 *ctx)
//Subroutine sceSdCleanList - Address 0x00001380
s32 sceSdCleanList(SceSdCtx1 *ctx)
{
s32 oldK1 = pspShiftK1();

View File

@ -12,7 +12,7 @@ PSP_EXPORT_VAR_HASH(module_sdk_version)
PSP_EXPORT_END
PSP_EXPORT_START(sceChnnlsv, 0x0011, 0x4001)
PSP_EXPORT_FUNC_NID(sceChnnlsv_21BE78B4, 0x21BE78B4)
PSP_EXPORT_FUNC_HASH(sceSdCleanList)
PSP_EXPORT_FUNC_HASH(sceSdSetMember)
PSP_EXPORT_FUNC_HASH(sceSdCreateList)
PSP_EXPORT_FUNC_HASH(sceSdGetLastIndex)
@ -21,7 +21,7 @@ PSP_EXPORT_FUNC_HASH(sceSdRemoveValue)
PSP_EXPORT_END
PSP_EXPORT_START(sceChnnlsv_driver, 0x0011, 0x0001)
PSP_EXPORT_FUNC_NID(sceChnnlsv_21BE78B4, 0x21BE78B4)
PSP_EXPORT_FUNC_HASH(sceSdCleanList)
PSP_EXPORT_FUNC_HASH(sceSdSetMember)
PSP_EXPORT_FUNC_HASH(sceSdCreateList)
PSP_EXPORT_FUNC_HASH(sceSdGetLastIndex)